ashtum / lazycsv

A fast, lightweight and single-header C++ csv parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle `\r\n` as newline character

ashtum opened this issue · comments

Currently the \r at the end of the line is included in the last column. it should be trimmed automatically.