intellij-csv-validator
intellij-csv-validator copied to clipboard
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Hi, I try to change separators in current file, but I have no context menu... I use PyCharm 2021.1.2 and Plugin 2.16.4
Linked issue: #60 Double quotes break tooltips and colouring I get an error and your parser doesn't work correctly when I use something like this (for example, `test.tsv` file): ```...
Please update this plugin so that its code style configuration can be exported as part of either EditorConfig or IntelliJ XML outputs by IntelliJ. This will allow my team to...
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:...
 TSV separated by tabs during reformat gets additional spaces that have semantic meaning during the parsing, hence breaks the content of the file. The plugin should not add...
I know this is already done but it quotes all cells when editing form table view. I also know there have been suggestions made for how to handle the quoting...
I have Trimming set (trim leading/trailing whitespaces) That's the only checkboxes used. The two latest updates to the plugin has reset those and instead checked tabularize (enabled+ trimming/spacing outside quotes)...
Looks like tsv files are displayed as tab size was 1 (at least in the diff windows), even if there is an .editorconfig setting with some other tabsize. If I...
When diffing csv files, JetBrains IDE only shows plain text, not table view. Would be great to have table view there, it would be especially useful with other suggestions like...