11-01-2012 06:18 PM
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
Solved! Go to Solution.
11-01-2012 06:34 PM
You seem to have a fixed width table, buffered with spaces, so use String Subset to get the proper length(s) instead.
/Y
11-01-2012 06:41 PM
This may be a good starting point.
11-05-2012 11:21 AM
It works.
I will now figure out how to trim spaces before parse data to the table.
Thanks.
Victor