in reply to How to find start position of each column

You can fill a long string with whitespaces and binary-AND all the lines from your file with it. The places where a whitespace remains is likely a column separator.
  • Comment on Re: How to find start position of each column