LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save one column data into .csv but the .csv reader shows it in two column

Solved!
Go to solution

Hi,

I have a problem with .csv saving from sound file. I want the values only in the first column. I tried different  delimiters like , . ; and when I open the csv in excel in my Windows region it is seems perfect. But in other programs or on online .csv reader sitest the data is divide into 2 column at the decimal separator. Can somebody help me to fix this problem?

0 Kudos
Message 1 of 2
(2,023 Views)
Solution
Accepted by topic author kumpi

%.;%.3f write into format string and the readers don't separate the valuest into 2 column

Thank you!

0 Kudos
Message 2 of 2
(1,965 Views)