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

Fails to tabulate a very simple TSV file; still fails even when I specify the separator

Open burnchar opened this issue 1 year ago • 0 comments
trafficstars

This plugin fails to detect the following very simple TSV as tab-separated:

0	VAL1	Some space separated text
1	VAL2	More space separated text
2	Some other val	More space separated text
3	Another space-sep val	More space separated text

image

When I explicitly configure the plugin to use only a TAB, it still can't figure out the file:

image

Using the latest Rider and plugin as of August 21, 2024.

burnchar avatar Aug 21 '24 16:08 burnchar