05-26-2023 08:03 AM
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
Solved! Go to Solution.
05-26-2023 08:19 AM
try using the function Write Deliminted Spreadsheet vi, using comma as delimiter, it will genereate a CSV file
05-26-2023 08:32 AM
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…
05-26-2023 08:59 AM
Hi ROtakeCanada and GerdW,
Thank your for your reply that works.