From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview file conversion

I need to convert data files created from LabView and stored on floppy to
CSV formatted files. Is there an existing utility to do this?
0 Kudos
Message 1 of 2
(2,311 Views)
Joe Brophy wrote:

> I need to convert data files created from LabView and stored on floppy to
> CSV formatted files. Is there an existing utility to do this?

That all depends on how the files were created the first time.
If they are tab delimited ASCII files all you need to do is
read them using the "Read From spreadsheet" and then
write them using "Write to spreadsheet" and change the
delimiter from TAB to a comma.

If the original file is in some other format, the same basic rule
applies.
Read in the file with original format
Write using the "Write to Spreadsheet" with a comma as the delimiter.
I would suggest you make a copy of this VI and make the changes.

Kevin Kent
0 Kudos
Message 2 of 2
(2,311 Views)