-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels