Hello all
I need to import a flat file into multiple tables. The problem is this:
Rows 1,3,5,7 ... etc hold the CustomerData and rows 2,4,6,8 ....hold the CustomerDetails. I need to import CustomerData into 1 DB table and the CustomerDetails into another DB table.... and no, the CustomerDetails Column widths dont match the CustomerData Column widths
How do i do this?
Thanks