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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
YPMAL
Contributor III
Contributor III

data load in oracle db

I have csv file with datatypes as follows :

column1,column2,column3,column4,column5 as

integer,  integer,   integer,   xmltype,  string

 

i want to load this in oracle db table

column1,column2,column3,column4,column5 as

integer,  integer,   integer,   xmltype,  string

 

Please tell me how to handle this xmltype column in tmap.

I know if only .xml file is for input we can use tfileinputxml but here one of the column is xmltype

 

 

sample input  .csv file

 

Name,Number,cdata,country

Yog,95,<xmldata>,india

 

Sample output oracle table 

Name  Number   cdata          country

Yog       95       <xmldata>     india

 

 

Labels (4)
3 Replies
Anonymous
Not applicable

Hello,

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

YPMAL
Contributor III
Contributor III
Author

Kindly Refer the updated staement. I have given sample Input Output

manodwhb
Champion II
Champion II

@yogeshmalekar,the XML type you convert into sting in tMap and populate to oracle.