Sublime-Text-Advanced-CSV icon indicating copy to clipboard operation
Sublime-Text-Advanced-CSV copied to clipboard

Efficiently format, edit, arrange, and evaluate cells in CSV files

Results 24 Sublime-Text-Advanced-CSV issues
Sort by recently updated
recently updated
newest added

As noted in the documentation, >An entire column may be block selected (Select column), which enables complex operations like quickly reordering, merging, adding & deleting multiple columns. But I cannot...

In Germany a comma isn't usually a separator for csv fields. And my data uses the comma as a decimal point. What do I have to set in my user...

It would be awesome if you could delete multiple columns at once.

The caret location changes after I perform either `justify columns` or `collapse columns`. Is it normal? Thanks!

Hi, Nice plugin. I use csv files with comments at the top, and it would be great if those could be skipped when justifying the rows. Here is an example:...

Column justification does not work (wraps around) when I have Sublime in 2-tab mode (alt-shift-2).

Hi, Thanks for this plugin!! Am I missing something, or would it be nice for something like `Ctrl+Comma, a` to append a column rather than insert before the column the...

i.e. ``` John Doe ,1 ,manager John Doherty,200,employee ``` becomes ``` John Doe, 1, manager John Doherty,200,employee ``` This would help when parsing CSV files with Python's csv reader, which...

Hi, this is an awesome package, thanks so much for providing it! Noticed in one of my files, dollar numeric fields, e.g., [...,] "$100,015.00", [...] don't render properly -- the...

First of, Thank you very much for working on this plugin! When using `auto_quote: true` the following piece of CSV will have its quotes removed when a `CSV > Compact...

bug
enhancement