LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read one column from many columns in .csv file?

You can automatically get the file as an array of string deliminated by the comma straight from the 'Read From Spreadsheet File.vi'. It has a built in delimiter input. Just set this to ','. Then you can index this array to read the column you want:

 

read column from csv.png

 

 

Bit simpler.

 

Rgs,

 

Lucither

------------------------------------------------------------------------------------------------------
"Everything should be made as simple as possible but no simpler"
Message 11 of 11
(1,631 Views)