This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Return error #320
Open
Description
Hello.
I'm trying to use parse
` const parse = require('csv-parse/lib/sync')
const records = parse(event.target.result, {
columns: true,
skip_empty_lines: true
})`
In general, it works fine. But if my file contains an issue with quotes I cannot handle this error
Invalid Opening Quote: a quote is found inside a field at line 2
Is there a way how to handle this error? Need to show it in the custom
element