Comments in csv files #168
Closed
emmanuel-ruffio
started this conversation in
General
Replies: 1 comment
-
|
Hi, Yes, the underlying parser does support CSV comments, so it makes sense to expose that feature in binjr's CSV adapter as well. Please note that since version 3.20.0, there is an option to tell the parser to ignore malformed csv lines instead of aborting import, which might help in the meantime:
This should be enough to ignore comments that are not valid CSV lines, e.g. Nevertheless, it won't help ignore lines that can otherwise been parsed, so I consider supporting comment markers to be a valid feature request: I have created an issue to track progress on this, please post comments you might have there: #169 Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
would it be possible for the csv file reader to accept comment lines starting with '#' ?
When working with files exported by other programs, there are often comments at the file header and/or footer (which is convenient). Currently, I have to remove all comment line manually before Binjr accepts to load the data.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions