Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do i know about the number of columns in a csv file ?
and how will i identify of the amount value is like

eroll name salary location
23 abc 2,000 YTVV
45 bdc 1,00,000 jjkk

then how will we read this becos CSV always reads value after each comma.
Posted

Long time back I have used free library called File helpers[^] to work with files. Have a look at it.
 
Share this answer
 
Please refer this link

http://www.dotnetperls.com/csv-file[^]
 
Share this answer
 
Comments
10923679 17-Jul-14 3:05am    
thanks but can u give me some asp.net example
salary
"2,000",abc
"10,00,000",bdc
to be in same column

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900