Hi,
I am reading a CSV file using c#. hoever, i can read data fine but some reason it removes alphanumeric values of the first column of CSV file.
all other columns are coming across fine. just first column is having some issue. all the coulmns are mixed of varchar data types so not able to figure it out why the first column is removing alphanumeric values.
First column data looks like this:
test1234
test2345
test1012 etc.
executing app shows data in grid view like this:
1234
2345
1012 etc.. why test is removed can someone help me here please?
Thanks,
Go to the complete details ...