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?
I want to ignore comma (,) in certain data. But it returns an empty array whenever I do this:
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?