adaltas / node-csv

Full featured CSV parser with simple api and tested against large datasets.

Home Page:https://csv.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relax / relax_quotes not working

ilvjan opened this issue · comments

commented

Input row: 19" Customs OÜ;14488896;Osaühing;;;R;Registrisse kantud;15.05.2018;;Kivi tn 4;8151;Tartu linn,Tartu linn,Tartu maakond;51009;3059063;;Tartu maakond,Tartu linn,Tartu linn,Kivi tn 4;https://ariregister.rik.ee/est/company/14488896

Using online tool https://csv.js.org/convert/ with the "relax" option checked gives the error: Invalid Opening Quote: a quote is found on field 0 at line 1, value is "19""

Using it in node.js with "relax_quotes: true" gives the error: Invalid Record Length: expect 17, got 6...

Version: 6.3.1

Please provide a minimalist example.

Closing since there was no answer to my request. Feel free to re-open with a minimalist example.