LumenWorks.Framework.IO.Csv (CSV Reader)
-
Hello everybody. I hope some of you can help me with this problem with CSV Reader. I have a text file contains
"USER\FIRSTNAME";"DOMAINNAME"
"User1";"USER\Admin"I am using LumenWorks.Framework.IO.Csv (CSV Reader) to "read" my text file, but I got the output wrong. The CSV reader removes the \ from my text file. the output is like this
USERFIRSTNAME;DOMAINNAME
User1;USERAdminwhere it should be
USER\FIRSTNAME;DOMAINNAME
User1;USER\AdminIf i remove the double qoute from my text file, then I get the right output. Has any of you run in to this issue, or could any one explains to me how I can fix this issue?? Any advice will be grateful. Many thanks in advance!!
-
Hello everybody. I hope some of you can help me with this problem with CSV Reader. I have a text file contains
"USER\FIRSTNAME";"DOMAINNAME"
"User1";"USER\Admin"I am using LumenWorks.Framework.IO.Csv (CSV Reader) to "read" my text file, but I got the output wrong. The CSV reader removes the \ from my text file. the output is like this
USERFIRSTNAME;DOMAINNAME
User1;USERAdminwhere it should be
USER\FIRSTNAME;DOMAINNAME
User1;USER\AdminIf i remove the double qoute from my text file, then I get the right output. Has any of you run in to this issue, or could any one explains to me how I can fix this issue?? Any advice will be grateful. Many thanks in advance!!