in reply to Regex selection based upon position

Just a guess based on the sample data, but perhaps what you want to do is export the data using the db tools instead ;-) Or, select using DBI and the appropriate DBD, and then "insert" into a new table using DBD::CSV.

  • Comment on Re: Regex selection based upon position