HiPipe
0.7.0
C++17 data pipeline with Python bindings.
|
Parse and iterate over CSV formatted rows from an istream. More...
#include <hipipe/core/csv.hpp>
Inherits view_facade< csv_istream_range >.
Parse and iterate over CSV formatted rows from an istream.
Beware, escaping double quotes is allowed using backslash, not another double quote. Escaping is only allowed if the first non-whitespace character of a field is a double quote.
Usage:
std::ios_base::failure | if badbit is triggered. |