intellij-csv-validator icon indicating copy to clipboard operation
intellij-csv-validator copied to clipboard

Default Value Separator does not work

Open mathiasrabe opened this issue 4 years ago • 1 comments
trafficstars

Hi, I'm using PyCharm 2021.1.1 and CSV Plugin 2.16.3.

I've changed the Default Value Separator to "Semicolon (;)" and disabled the "auto detect initially" option. My CSV-file looks like this:

0,000000;17213
0,000080;17539
an so on ...

The Table Editor still separates the values at the , sign and not at the ;

mathiasrabe avatar May 25 '21 13:05 mathiasrabe

If the file was previously opened, the assumed separator is already stored in the plugins file-attribute store. Use the editors context menu action CSV Value Separator to change it in those cases. The new settings can only be applied to newly-opened or -created files.

SeeSharpSoft avatar May 25 '21 14:05 SeeSharpSoft