sql loader control file using tab as a delimiter [message #69085] |
Fri, 26 October 2001 22:20 |
sasikala reddy
Messages: 1 Registered: October 2001
|
Junior Member |
|
|
I would like to get some hlep regarding this. Whn i'm using Tab as a delimiter in control file the data is not getting loaded. Any workarounds for this. Is there any toher way other than using 'Terminated by whitespace' clause
----------------------------------------------------------------------
|
|
|
|
Re: sql loader control file using tab as a delimiter [message #70929 is a reply to message #69085] |
Thu, 15 August 2002 09:06 |
Neha
Messages: 20 Registered: July 2000
|
Junior Member |
|
|
I tried loading the data using 't'
It works but it also skips the null data in a column and loads the next available data into the null data column
e.g.; 222 rrr <"null"> ggg
it loads ggg in the third column. I want null value there. NULLIF BLANKS doesn't work
ANy ideas???
|
|
|
|
|