I have been looking through the SQL*Loader documentation this afternoon, but haven't found what I need.
In my control file, I am loading a char. field that if it is blank or null, I want to load it as "0".

I don't see where NULLIF or DEFAULTIF help me with this. Can some one tell me how to do it?

Thanks in advance.