in reply to How to find start position of each column

What's wrong with just counting the columns? Or are the column widths always changing? Then you will need to tell us how to tell one column from another.

Anyway, BrowserUk wrote Re: Fixed Position Column Records, which also creates the unpack template for you, which should solve your problem. Also see EvanCarrol's DataExtract::FixedWidth, which employs that code and wraps it with some more infrastructure.

  • Comment on Re: How to find start position of each column