LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hoy to convert an Ascii file text to table

Solved!
Go to solution

I am trying to parse this file into a table (can be a spread sheet also) but there is no way to do the separation by spaces.

 

Any idea?

 

Attached the text file.

 

Victor

------------------------------------------------------
There is "No C" in spanish.
If you can think it, you can develop it.
0 Kudos
Message 1 of 4
(2,613 Views)

You seem to have a fixed width table, buffered with spaces, so use String Subset to get the proper length(s) instead.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 4
(2,608 Views)
Solution
Accepted by Victor_Pacheco

This may be a good starting point.

parse.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 3 of 4
(2,604 Views)

It works.

 

I will now figure out how to trim spaces before parse data to the table.

 

Thanks.

 

Victor

------------------------------------------------------
There is "No C" in spanish.
If you can think it, you can develop it.
0 Kudos
Message 4 of 4
(2,543 Views)