Hello HN, I know there are plenty of C++ CSV parsers out there, but none had all the features I needed. This parser was also slightly faster then others, at least for the cases I have benchmarked (on Linux) tho I did not include the results in the README. It is also quote simple, able to parse any kind of CSV with error handling in a few lines of code.