ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.12k stars 439 forks source link

Changeling separator #16

Closed mitjafelicijan closed 8 years ago

mitjafelicijan commented 8 years ago

I have CSV with pipe (|) separator and I cant figure out howto to change separator character.

mitjafelicijan commented 8 years ago

This is the solution. io::CSVReader<8, trim_chars<' '>, no_quote_escape<'|'>> in(input_filename);