I am having trouble reading in data from a CSV file to a table in LV. Right now I edited the read from spreadsheet file subVI to read strings like I want, however, it puts all the data in the first col of myTable, with each col from the file Im reading from separated with commas. Is there any way to pretty much directly copy the CSV to a LV table?
Yea, Thanks for your help. I just went and edited the read from spreadsheet again to accept a string array and it worked, I do not know why, but it worked.