I have sublime text 3 and I have installed Advanced CSV plugin. However, I noticed a peculiar behaviour. If my file contains words surrounded by double quotes, ie. “abc”, if I justify columns, the double quotes disappear. And when I make the columns compact, the quotes do not reappear. But if you have different cases such as “abc,abc” or “[abc]”, then the quotes remain as they are after justifying columns. Is this a bug?
To reproduce, create a file with following entries:
col1,col2,col3,col4
“abc”,abc,"[abc,abc]",“abc,abc”
Note comma is the delimiter. In the first field “abc”, the quotes will disappear when you justify columns.