Replies: 2 comments
-
Hi @jtaylorme - unfortunately sorting / deduping is outside the scope of the rapidcsv project. I would probably recommend looking at other C++ (or C) libraries that facilitate modifying matrix/spreadsheet data, and then if they do not provide CSV import, perhaps you can write some glue code that transforms/imports the rapidcsv::Document into that library format. Again, likely outside the scope of the rapidcsv project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No problem. Just thought I would ask before I did anything. Thanks. |
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
-
Was considering adding a sort and, possibly, dedupe functions but wanted to check to see if you were working on such things already? Was thinking maybe up to 3 columns for sorting. Still trying to decide if it is worth the time or just use other tools. Thanks.
Jim
Beta Was this translation helpful? Give feedback.
All reactions