Hello,
I have an input CSV file on ODI. I have to intégrate it in an ORACLE table but i dont want all the columns.
How can i skip some column in my ODI interface ?
Ex:
CSV:
NAME;FISTNAME;ADRESS;PHONE;AGE
TABLE:
NAME;FISRTNAME;AGE
I only want to load the NAME, FIRSTNAME and AGE into my table and ignore the others columns.
Anyone has a solution please?
Thanks.