ben-strasser / fast-cpp-csv-parser

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

How to read a cell that have many line? #29

Closed ancuop closed 7 years ago

ancuop commented 8 years ago

When a cell in .csv file that has many lines, It throws exception "Too few columns in line ... ". I can not read it as char *, please teach me how to solve it. Thanks

ben-strasser commented 7 years ago

I do not fully understand the questions, but if you are referring to string with newlines in them: Not supported. The rational for this decision is here: https://github.com/ben-strasser/fast-cpp-csv-parser/issues/2#issuecomment-109916664