11-17-2020 10:14 AM
hi all, I am contacting you as I am trying to understand how to save the data in the correct way.
The attached file is an example similar to what I really have in my Vi, in practice I have two arrays with n elements and I want to save the results inside a csv or txt file in such a way as to have the two array names and array 1 below which I want to be saved, in the respective columns the data present in the arrays.
How should I set up the Write Delimited Spreadsheet VI? I don't understand how to act on delimiters and line breaks.
An infinite thanks to those who help me.
11-17-2020 10:19 AM
I looked at your code. Even though it's only a small amount of code, you've managed to make it very messy. So I stopped looking at it.
11-17-2020 10:28 AM
ho aggiornato il VI.
11-17-2020 10:30 AM
here you go
11-17-2020 12:28 PM
@giu95se wrote:The attached file is an example similar to what I really have in my Vi, in practice I have two arrays with n elements and I want to save the results inside a csv or txt file in such a way as to have the two array names and array 1 below which I want to be saved, in the respective columns the data present in the arrays.
How should I set up the Write Delimited Spreadsheet VI? I don't understand how to act on delimiters and line breaks.
An infinite thanks to those who help me.
As others have said already, please have some respect and clean up your code (no highly excessive number of wire bends, crisscrossing wires, right-to-left wires, a descriptive file name ("Untitled 1.vi" is NOT a reasonable file name!), etc.)
Try something like this: