Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
saivsr
Contributor
Contributor

how to pass string and integer values in to string column..

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.

 

 

 

 

 

 

 

 

Labels (3)
11 Replies
manodwhb
Champion II
Champion II

@saivsr,change the data type in the Xml tree,that the metadata from interger to sting for that column.

manodwhb
Champion II
Champion II

@saivsr,still do you have this issue?