SQLLDR..Delimited file: bypass unwanted data fields (2 threads merged by bb) [message #563108] |
Wed, 08 August 2012 14:32 |
|
Clemente
Messages: 1 Registered: August 2012
|
Junior Member |
|
|
using SQLLDR: Looking for a control file solution to move past or bypass extra data fields which are not on destination table. Basically if you have 8 tab delimited fields(terminated by '\t') on a data record; but only need to load 5 of the values from the delimited record; is there a way to ignore/bypass the not needed data. Obviously, the answer would be to massage the data at the OS and removed the 3 unnecessary fields. However my hands are tied by volume,time, and compliancy. I am familiar with using 'FILLER' for the reverse scenario; but not where you have more data available on the record then exists on the table. Hoping there is a ctl file parm or solution.
Appreciate the assist. Clemente
|
|
|
|