09-01-2023 05:40 AM
Hello, I am trying to extract the titles from each column of a .csv and instead of printing the title, it prints 0s. Below is an example of the .csv I am trying to extract from, and the portion of my LabView program that pertains to this. Thank you for the help.
Solved! Go to Solution.
09-01-2023 05:50 AM
Hi tareyes,
@tareyes wrote:
Hello, I am trying to extract the titles from each column of a .csv and instead of printing the title, it prints 0s.
Simplest solution:
Read the spreadsheet file as array of strings and use the first row.
Then read the file again and use the numeric values…
(Read the complete help for the ReadSpreadsheetFile function as it offers some options!)