You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to load my CSV into an array. However, it failed cause of Error: Parse Error: expected: '\|' OR new line got: 'S'. at 'SADDD" 00:. I knew the error is caused by ", but I don't know how to set the option to escape that.
This is one of my failed row: "ABC"|"123"|"EFG- "SADDD" 00:10L"|" "|""|"Testing"|"testing2"|"testing3"|"testing4"
I've hard also that issue as well as for data with commas. couldn't just parse it. so thus had to ditch the library and instead use papaParse stream now. it could parse everything and whatever you have on CSV.
Parsing or Formatting?
Hi, I'm trying to load my CSV into an array. However, it failed cause of
Error: Parse Error: expected: '\|' OR new line got: 'S'. at 'SADDD" 00:
. I knew the error is caused by"
, but I don't know how to set the option to escape that.This is one of my failed row:
"ABC"|"123"|"EFG- "SADDD" 00:10L"|" "|""|"Testing"|"testing2"|"testing3"|"testing4"
This is my csv option:
The text was updated successfully, but these errors were encountered: