I've seen of this thread: How can I read and parse CSV files in C++?
but it seems silly to reinvent the wheel for something as universal as a CSV parser. Boost has some routines which facilitate parsing, but doesn't have something out of the box.
Elsewhere, I see recommended libraries that are tied to .NET or otherwise platform specific. It's hard to believe that there isn't a preferred open C++ library to do something for this routine.
Any recommendations?