Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have src XML file..
I am getting data for one column like..Int and String value,,i want to load the data in to table..the table column has string data type.
Source (str&int) Target(str)
235451562 235451562
63453635 63453635
jsysysfags jsysysfags
the above way i need to pass.
but i a, facing issue..like
if i parser to int then int will be the problem.
if i change to .toString() then String value will be the problem.
source by default taking input is integer.
Please suggest me for good solution.
Thank you.
@saivsr,change the data type in the Xml tree,that the metadata from interger to sting for that column.
@saivsr,still do you have this issue?