07-15-2010 03:42 AM
Hi All,
I have a tab delimited file that I want to display using the Table Control.
I tried using tab and /n parameters in a while loop to search the file and display on the table.
However this won't work as the file is of varying size, i.e. some rows only have one column will others have 2.
Is their a simple VI for importing tab delimited files that anyone knows of?
Thanks,
Sean
Solved! Go to Solution.
07-15-2010 03:45 AM
Edit: I should have mentioned.
The file is encoded so must decoded. I then have a string so I can't use the open spreadsheet open, rather I need to display the string in a table.
S
07-15-2010 03:45 AM
Please try the primitive "Spreadsheet String to Array". Hope it helps.
07-15-2010 04:12 AM
That's exactly what i was looking for thanks!