Hi Friends
I have my data in flat file, Now I'm loading it into table.
Now I have a column in my flat file which has int values. If the value is '1' then I want it to put it in destination table as '1' other wise I want to put it as NULL.
How to do this.
Royal Thomas