Reading Csv File


KenMandile

Recommended Posts

I am trying to read a fixed delimited csv file, but I am not clear on how to identify the location of the data that I want to read.

 

If I want to read the data from the 4th row, 3rd column into a channel called V.Cycle_4, what is the correct format for the File.ReadDelim function?

 

I have:
 

V.Cycle_4 = File.ReadDelim(  ), but can't figure out what goes in the brackets.

Link to comment
Share on other sites

"Fixed delimited csv file" could be a number of things.  "fixed" tends to imply that the fields are fixed width. Yes fixed width files typically aren't delimited or csv.  Can you post a little sample snippet of the file so I can be sure to give you the correct answer?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.