ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

spreadsheet file

Hi all

 

Please see this attach file , its program that saved table data to csv file , as you see if you open this saved file you can see all the table data saved in same column

 

What I want that each number save in different column

 

How can I do that ?

 

Thanks

0 Kudos
Message 1 of 3
(2,682 Views)
When you open the file with something like Notepad, it is saved in rows and columns. If you want Excel to open it, then you should use a comma as a separator and not a tab. Using a .csv extension implies a comma separated value and you are not doing that. There is a delimiter input that you can set. Also, why are you using the %t format string?
0 Kudos
Message 2 of 3
(2,675 Views)
transpose and then save it
try this and
0 Kudos
Message 3 of 3
(2,671 Views)