LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display tab delimited file on a VI table

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,672 Views)

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

0 Kudos
Message 2 of 4
(2,668 Views)
Solution
Accepted by topic author SeanJ

Please try the primitive "Spreadsheet String to Array". Hope it helps.

0 Kudos
Message 3 of 4
(2,666 Views)

That's exactly what i was looking for thanks!

0 Kudos
Message 4 of 4
(2,658 Views)