Closed becabbage closed 3 years ago
Thanks for your feedback, the support for quoted strings is on the list of missing features. I will continue working on this plugin again soon, and this feature will be at the top of the priority list.
FYI quoted strings are now supported, plus it's now easier to spot any missing quotes in combination with the new syntax highlighting feature
Yeah, that's amazing. Thanks!
On Wed 25. Aug 2021 at 15:01, BdR76 @.***> wrote:
FYI quoted strings are now supported, plus it's now easier to spot any missing quotes in combination with the new syntax highlighting feature
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BdR76/CSVLint/issues/2#issuecomment-905480669, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPHLESEGJ3QP3IMWGLHTWTT6TSSBANCNFSM44O564AA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
First of all, thanks and congratulations for the helpful and great plugin.
I found an issue when validating columns that contain quoted delimiter-characters,
Quote character is: " (double-quotes) Delimiter character is: , (comma)
This is my validation config:
This is my test data:
The 3rd line throws an validation error, although the 2nd field "a,2" is quoted validly.
This is the error-message:
Would be great if you could look into this.
Thanks & best regards, Bernhard