I'm aware of this thread:
However, it seems silly to keep reinventing the wheel for something as universal as a CSV parser. Boost seems to have some routines which facilitate parsing, but doesn't have something out of the box. Elsewhere, I see recommended libraries that are tied to dot net or otherwise platform specific. It's hard to believe that there isn't a preferred open C++ library to do something this routine. So, any recommendations?