I would create a query for each table to be converted where the query
does the string manipulation work for you. You can also do the renaming
of columns in that query. Take care that when you use a TBatchMove, you
either should place the columns in the exact same order as your target
table or you have to put all the column names in the mappings list.
Herman Steigstra