Replies: 1 comment
-
Can you please ask the question on Stack Overflow? I'm very busy right now and won't be able to answer for a while. https://stackoverflow.com/questions/tagged/csvhelper |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have to list rows for each header from a .csv file and I don't know any information about the data in the file. to do this I first got the headers as a list. And tried to 'getfeild' for each header to store the column values.
e.g
wanted output;
Problem: after it breaks the while loop, it is not doing the Read() for the next header. How do I reopen the read() for next header?
Beta Was this translation helpful? Give feedback.
All reactions