In Datastage, I am using XML hierarchial to parse the source XML files. For the Varchar columns, the leading and trailing spaces are getting trimmed and as well as the mutiple spaces are trimmed to single spaces. But I need the source data as it is in the target.
Using Datastage version 11.7.1. Loading the data into Oracle.
ex: Source data- " Hello World " expected ouput :" Hello World " Actual output : "Hello World"