lhanscom / ngx-csv

Helper library for create CSV file in Angular 7
MIT License
4 stars 5 forks source link

using more then 1 character in fieldSeparator dont work #15

Open yujichen opened 4 years ago

yujichen commented 4 years ago

when i set fieldSeparator as || it didnt give expected result

expected result name||age~||gender "ken"||10||"m"

return result name||age||gender "ken"||10||"m"|

found the issus

if change to below will solved the issues