LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read file .csv with 2 columns to labview?

I have a file .csv with 2 columns and a lot rows, i want to use this data, but i only get read the first column.
Any advise?. I attached the program and file example.
Download All
0 Kudos
Message 1 of 3
(2,571 Views)
Hello Fonsi
Please, check your example file. If you read it as txt, the separator is a semicolon intead of a comma.
I think this is the problem.

Regards
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 2 of 3
(2,571 Views)
Hi Alipio, Thanks it works, i put delimiter ';' and run.

Regards, Fonsi!
0 Kudos
Message 3 of 3
(2,571 Views)