Hi Experts,
I am trying to load data from DB2 database to HANA DB and my source data has data with trailing spaces .
For example there is an attribute 'UNIT_CD' where data is like 'ABC ' ,'XYZ '.
But when this being loaded the target table the trailing spaces are truncated and only the string values are loaded.
i am using BODS as ETL tool and using the SQL transformation to read the data from source database using a complex query.
the datatypes of the source column is CHARACTER(10) and that of target table is NVARCHAR(10)
Please help on this.
Thanks in advance,
Santhosh.