i have csv file witch contains 4 tableinfo
for example
csv file format is like this:
file:
dog details[keyword dog details is used in csv to identify dog details start after this]
dog1; AAA ;AAAA; AAA; AAAA
dof2; AAA ;AAAA ;AAA;AAAAA
CAt details [keyword cat details is used in csv to identify cat details start after this]
cat1; AAA ;AAAA; AAA; AAAA
cat2; AAA ;AAAA ;AAA;AAAAA
bAt details [keyword bat details is used in csv to identify bat details start after this]
bat1; AAA ;AAAA; AAA; AAAA
bat2; AAA ;AAAA ;AAA;AAAAA
how i could parse this csv file in C# to get each animal details separately based on keyword given? any idea?
C# how to read data from file
Page 1 of 11 Replies - 142 Views - Last Post: 06 October 2012 - 12:13 PM
Replies To: C# how to read data from file
#2
Re: C# how to read data from file
Posted 06 October 2012 - 12:13 PM
moved out of challenges
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote




|