Click here to Skip to main content
15,908,661 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I want to read csv file columnwise and store it in a list.not row wise.
For eg:
C#
country,equity
780,880 
990,875

I want to insert into a list as
C#
country equity
780     880
990     875

How can i store columnwise in a list.Please help.urgent.
Posted

Use this: A Fast CSV Reader[^]
 
Share this answer
 
Comments
Aradhana Krishna 13-Nov-14 6:35am    
I want to store in a list as columnwise..
OriginalGriff 13-Nov-14 6:47am    
And?
Your problem with this is what?
Just noticed a similar one.

How to read from csv file using c#[^]
 
Share this answer
 
 
Share this answer
 

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