wadetb / Sublime-Text-Advanced-CSV

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

Cannot specify tab as delimiter #26

Closed baryonyx5 closed 7 years ago

baryonyx5 commented 8 years ago

Unless, I'm using the incorrect syntax, it doesn't appear possible to set tab (\t) as a delimiter.

I receive "'\t' is not a valid delimiter, reverting to ','." when attempting to do so from the settings file or using the command.

If it is currently not possible, could you consider adding the option? Tab is a fairly common delimiter.

Otherwise, great plugin.

Thanks

danmichaelo commented 8 years ago

You need to actually type a tab, not \t

wadetb commented 7 years ago

\t is explicitly supported in the latest version, and you can also name your file .tsv for automatic detection.