mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

Fails to detect binary content #164

Closed john-aws closed 4 years ago

john-aws commented 4 years ago

Hi, I tested the CSV parser against non-CSV files. It successfully 'parses' a JPG file, for example, yielding nonsensical binary results.

Is this something you plan to remedy, or can you advise on ways to mitigate this problem?

shellscape commented 4 years ago

No sorry, this lib isn't in the business of file detection. Also please don't remove issue templates.