bahaaldine / angular-csv-import

Angular component that lets you import and convert CSV file to JSON
MIT License
150 stars 89 forks source link

Issue with , separator #74

Open BipinBhandari opened 7 years ago

BipinBhandari commented 7 years ago

I want to ignore comma (,) in certain data. But it returns an empty array whenever I do this:

AKSHYATA SINGH DANGOL,"Lagankhel-15, Lalitpur",akshatasingh11@gmail.com
AYUSH BAJRA BAJRACHARYA,Kathmandu,ayushbuzzrock@hotmail.com
BEN SHRESTHA,Kathmandu,ben.shrestha123@gmail.com 

This works fine in excel, "Lagankhel-15, Lalitpur" is considered as single data or comma is ignored. But not working with this library. Can anyone help?

linkthrow commented 7 years ago

Same issue here

massimo-ua commented 6 years ago

fixed in #85