LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to save DATA 1 and DATA 2 in a csv file as in the image below

Solved!
Go to solution

Hello guys,
I want to save DATA 1 and DATA 2 in a csv file as in the image below without using the Report Generation Toolkit.
How can I do this please?

Thank in advance

0 Kudos
Message 1 of 4
(711 Views)

try using the function Write Deliminted Spreadsheet vi, using comma as delimiter, it will genereate a CSV file

ROtakeCanada_0-1685107151007.png

 

Message 2 of 4
(700 Views)
Solution
Accepted by topic author Ngouda

Hi Ngouda,

 


@Ngouda wrote:

I want to save DATA 1 and DATA 2 in a csv file as in the image below without using the Report Generation Toolkit.
How can I do this please?


Build a 2D array of strings from your data, then use WriteDelimitedFile to create your CSV file…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(685 Views)

Hi ROtakeCanada and GerdW,
Thank your for your reply that works.

Message 4 of 4
(674 Views)