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

CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...

Results 123 intellij-csv-validator issues
Sort by recently updated
recently updated
newest added

I had a CSV file open in an editor tab in DataGrip, but I had a different tab active. In a separate shell, I rsynced an updated version of the...

Hello, When I open a CSV file it takes a while to open it and uses about the whole of my CPU. I don't know if it's a problem or...

Hello, Martin Soomer! First of all, thank you for that wonderful plugin, it has been helped a lot! As you can see in the attached print, I can't use the...

consulting

This was shortly after loading a project with an open csv file: ``` java.lang.Throwable: Non-idempotent computation: it returns different results when invoked multiple times or on different threads: 2459 !=...

not reproducible

Freeze for 40 seconds IDE KILLED! Sampled time: 32500ms, sampling rate: 100ms, GC time: 1526ms (4%), Class loading: 0%, cpu load: 4% The stack is from the thread that was...

not reproducible

Hi, the file parsing stop with the file attached because there is a strange double quote char to indicate a inch size. my system is win10 64bit - ita language...

consulting

Being able to "Freeze / Lock" the first column so it doesn't get scrolled out of view when horizontal scrolling would be huge. Even better would be able to free/lock...

enhancement
contribution welcome

Hello, first off I'd like to thank all involved for the handy tool ; it's far superior to viewing the unformatted text and the only viable alternative is using libreoffice...

If I open a diff window the first time in a project and it is a CSV file the CSV editor opens an empty window. Afterwards I am not able...

bug
contribution welcome

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 80 at java.base/java.util.Vector.elementData(Vector.java:762) at java.base/java.util.Vector.elementAt(Vector.java:500) at java.desktop/javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:295) at java.desktop/javax.swing.JTable.getCellRenderer(JTable.java:5689) at java.desktop/javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2184) at java.desktop/javax.swing.plaf.basic.BasicTableUI.paintDraggedArea(BasicTableUI.java:2160) at java.desktop/javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:2115) at java.desktop/javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1883) at java.desktop/javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) at java.desktop/javax.swing.JComponent.paintComponent(JComponent.java:800) at...

bug
not reproducible