wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
170 stars 14 forks source link

Delimiters other than comma #2

Closed wadetb closed 9 years ago

wadetb commented 10 years ago

When working in Markdown tables, the delimiter is |. In some other documents it's tab (\t).

How to choose the delimiter type? When can it be auto detected? Should it be stored in the settings table as in Sublime-Text-2-CSV-Plugin, or is there a better place to store it?

Should multiple delimiters be supported in a single document, or just one at a time?

bartocc commented 9 years ago

In France, the delimiter is ";"

It would be great to have at least a setting to change the delimiter. I'll submit a PR for this

wadetb commented 9 years ago

Thanks, PR would be greatly appreciated.