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
output look;
dog1 AAA
dog2 AAA
cat1 AAA
cat2 AAA
bat1 AAA
bat2 AAA
how i could parse this csv file in C# to get each animal details separately based on keyword given? any idea?
This post has been edited by tlhIn`toq: 06 October 2012 - 12:15 PM

New Topic/Question
Reply



MultiQuote






|