csv 3.2.9 - 2024-03-22
Fixes
-
Fixed a parse bug that wrong result may be happen when:
:skip_linesis used:row_separatoris"\r\n"- There is a line that includes
\nas a column value
Reported by Ryo Tsukamoto.
Thanks
- Ryo Tsukamoto
Fixed a parse bug that wrong result may be happen when:
:skip_lines is used:row_separator is "\r\n"\n as a column valueReported by Ryo Tsukamoto.