LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D arrays to csv file

Solved!
Go to solution

Hello,

I would like to generate a csv file from tables I filled in labview. I put an example of the csv file I want to get and the VI I tried to code. Can anyone help me to fix my VI to get the csv file in the right format?

Thanks,

Zied

0 Kudos
Message 1 of 2
(4,261 Views)
Solution
Accepted by topic author ziedhosni

If you want commas, then set the delimiters to be a comma.  That is a simple input to the Write Spreadsheet File whose default is a tab.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(4,256 Views)