mholt / PapaParse

Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input
http://PapaParse.com
MIT License
12.57k stars 1.15k forks source link

newline should accept regex #1069

Open bitofbreeze opened 1 month ago

bitofbreeze commented 1 month ago

I have a csv that inconsistently uses /\r\n|\n/ for new lines. This would help clean up the stray \rs left around