Replies: 1 comment 1 reply
-
Hi Jay, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @d99kris,
We were using rapidCSV to parse out CSV and update specific cell.
In my csv at first two lines, there are comments starting with '#', and data columns are three.
We configured parser with skip comments false.
What we found when we tries to update cell in any of the data column, the all row vectors resize with one.
The possible solution we found I've attached:
rapid_csv_patch.txt
Kindly review it, and if you feel please update the same. :)
Regards,
Jay
Beta Was this translation helpful? Give feedback.
All reactions