Hi ,
I am making a SSIS job to transfer data from SQL Server to Oracle database which have the same schema.
Now in one of my tables in SQL a column is of data type BOOLEAN but the corresponding column in the same table in Oracle is Integer.
So while transferring the data from SQL to Oracle i want to typecast this column value from Boolean to Integer.
Can you guys please help me doing the same in SISS.
Thanks and Regards
Shobhit Bansal