Thank you for good and simple library.
When parsing valid CSV files with only one column, an error is generated. Although the generation is understandable, as no separators are used and can therefore be determined, but it affects the error handling.
It would be desirable not to generate them, or to optionally deactivate them.
const csvData = readString(str, {header: true, skipEmptyLines: 'greedy'})
console.log('csvData', csvData)
return csvData

example.csv
Thank you for good and simple library.
When parsing valid CSV files with only one column, an error is generated. Although the generation is understandable, as no separators are used and can therefore be determined, but it affects the error handling.
It would be desirable not to generate them, or to optionally deactivate them.
example.csv