Open pouyababaie opened 1 year ago
I'm having the issue with comma too Did you find any way to solve this?
@iTheRudy i actually had to change the library that i use to resolve this issue,. here is the library that i use.
@pouyababaie Thanks I used another library called 'ngx-csv-parser' That works well too
@iTheRudy good luck :)
I have a .csv file :
when there is a comma character " , " in a string , the component (onConvert) method somehow manipulates the data and deletes the rest of the string.
in the example above , in row 3 ( starting from 0) when there is a comma in a string , somehow it turns into :
[ { "code": "sdfgfjhgj" }, { "code": "fghfgh" }, { "code": "\"fhjghkm" }, { "code": "skds;dfhcs" }, { "code": "fgjhgjkl" }, { "code": "hkljollop" }, { "code": "guygko" }, { "code": "njkhg4@@" }, { "code": "dfg;453e2" }, { "code": "sdfghjkhjk" }, { "code": "iuygbikugiug" }, { "code": "jhfjkgkig" }, { "code": "jyhfjjhgkgk" }, { "code": "" } ]