CSBP-CPSE / web-mapping-components

Other
2 stars 2 forks source link

Fix issue CSV Parsing issue #48

Closed roikle closed 2 years ago

roikle commented 2 years ago

CSV strings which contain CRLF line breaks are replaced by LF before being processed by ParseCsv method.

fix #47