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
trafficstars

Some csv uses escape charactes instead of quotes. So Instead of `"Hello, World", "1"` The csv will be like `Hello \, World,1` Most notable example would be mysql default output....

enhancement
contribution welcome
ideation

Hello, I tested the latest SNAPSHOT regarding #23 and the tooltip shows wrong values if there's more than one header in the file ![wrong-header](https://user-images.githubusercontent.com/5320045/41837417-1170a830-7866-11e8-861d-e555780ea000.png) Further more if there's a typo...

contribution welcome
ideation
out of scope

Not that important but wanted to report it anyway. When I drag the mouse cursor down on the left "row number area" the "row number area" scrolls but the content...

bug
contribution welcome

Thanks for this plugin, in the first place :+1: I would like to use the text search feature inside the table view. (And ideally also the replace functionality, but this...

enhancement
contribution welcome

If a csv file is non-editable, it would be nice to still be able to select text in table editor mode and copy it to the clipboard.

enhancement

Message --- Stacktrace --- java.lang.Throwable: Cannot find element among its parent' children. element: 'CSV File'; parent: 'PsiDirectory:/Users/fant1c/Library/Mobile Documents/com~apple~CloudDocs/Universities/UPenn/CIT 5940/Coding/HW7'; children: [PsiDirectory:/Users/fant1c/Library/Mobile Documents/com~apple~CloudDocs/Universities/UPenn/CIT 5940/Coding/HW7/out, PsiDirectory:/Users/fant1c/Library/Mobile Documents/com~apple~CloudDocs/Universities/UPenn/CIT 5940/Coding/HW7/src, PsiDirectory:/Users/fant1c/Library/Mobile Documents/com~apple~CloudDocs/Universities/UPenn/CIT 5940/Coding/HW7/.idea, CSV...

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'net.seesharpsoft.intellij.plugins.csv.actions.CsvCustomSeparatorAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.seesharpsoft.intellij.plugins.csv] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)...

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'net.seesharpsoft.intellij.plugins.csv.actions.CsvChangeSeparatorAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.seesharpsoft.intellij.plugins.csv] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)...

bug
in development

Message --- Stacktrace --- com.intellij.diagnostic.PluginException: Cannot check provider net.seesharpsoft.intellij.plugins.csv.editor.CsvFileEditorProvider [Plugin: net.seesharpsoft.intellij.plugins.csv] at com.intellij.openapi.fileEditor.impl.FileEditorProviderManagerImpl$getProvidersAsync$sharedProviders$1$1$1.invokeSuspend(FileEditorProviderManagerImpl.kt:111) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:32) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:270) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at...