09-26-2019 02:01 PM
This is killing me!
I have an existing .csv file with header.
I want to add a row of text data(append) and repeat onto the next row when needed.
Seems to me I used to just wire my 1D array of strings to the 1D input of the Write to Spreadsheet.vi but that functions seems to have disappeared
Solved! Go to Solution.
09-26-2019 02:13 PM
09-26-2019 02:18 PM
I thought so too but for some reason my write to spreadsheet does not allow 1D input
09-26-2019 02:27 PM
There is a 1D Data input to the Write Delimited Spreadsheet VI.
09-26-2019 02:31 PM
Not on mine!
This is what is driving me nuts. I've used that function numerous times but at the moment the is ONLY a 2D option.
If I right click the icon and select Automatic input it still rejects my 1D input.
09-26-2019 02:40 PM - edited 09-26-2019 02:41 PM
I just tried it in LV2016 and it works as it is suppose to.
I think the problem is with LV2019
09-26-2019 02:41 PM
There should be two inputs, one for 2D and one for 1D right below it.
If you don't see that, double-click the function (it's just a plain VI under the hood!) and see if somebody modified it. In that case, you might have to reinstall LabVIEW.
09-26-2019 02:42 PM
09-26-2019 02:44 PM
@Murph wrote:I think the problem is with LV2019
Mine works fine in LabVIEW 2019, so check my message above (here's the picture from the 2019 context help)
09-26-2019 02:51 PM
I went in to look at it and YES, it had been modified.
Looks like I was able to add it back and it appears to be working.
THANKS