Hi All,
I am using a console app to create cases from csv flat file.
i am using the , delimiter to separate field values.
But my issue is I am receiving data like,
string[] val=data1,"data,2",date;
So, it is getting separated as : val[] is data1,data,2,date
but it should be data1,data2,date.
any suggestions?
*This post is locked for comments
I have the same question (0)