Forum Discussion

tpoirier's avatar
tpoirier
Contributor
13 years ago

Read in CSV file data

Is there someone who can provide me an example of how to read 1 row of a CSV at a time then go to the next row? I have working code that goes through and gets a row of data but for some reason it will read the first row as a column and return the second row as the data from the first. 



2 Replies

  • I would prefer to work with a CSV however the rows that I would like to read in are of differenct length. So far what I have been able to do is create a CSV read that will read in values for a row of a set length (whatever the longest one is). So really its whatever I can get to work first. 



    Thanks!