Hi Guys,
I am trying to load some data into Oracle using sql loader. The fields are separated by commas. The problem i'm having is that some of the fields have trailing whitespaces, which i don't want to load.
ex: John ,Michael,Thomas ,Henry
how can i do this using sql loader?
Thanks in Advance.
I am trying to load some data into Oracle using sql loader. The fields are separated by commas. The problem i'm having is that some of the fields have trailing whitespaces, which i don't want to load.
ex: John ,Michael,Thomas ,Henry
how can i do this using sql loader?
Thanks in Advance.