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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
VictorFaure
Contributor II
Contributor II

Mapping JSON to XML with DataMapper, expect I have no output column

Hello,

I'm working on exposing a REST API which is basically a wrapper around a SOAP API. I need to convert the JSON payload I receive into a XML payload to call the SOAP service with, tHMap component seemed perfect for the job, as it is supposed to be able to map JSON to XML (see picture mapping)

VictorFaure_0-1750863837325.png

Except it doesn't have any output column defined. The output schema is completely empty

VictorFaure_1-1750863929091.png

I have the "Write Output As" property setup to String (Single column) which I assume should output a column...
Anyways I'm currently searching how to make this component output anything at all... Thanks for your help.

Labels (7)
1 Solution

Accepted Solutions
Dave_Simo
Creator II
Creator II

Hello @VictorFaure ,

I often use tHmap (datamapper), it needs to be configured a bit like below.

Dave_Simo_4-1750876685463.png

Dave_Simo_5-1750876746056.pngDave_Simo_6-1750876767684.png

Dave_Simo_7-1750876803503.pngDave_Simo_8-1750876826155.png

Best Regards

 

 

 

View solution in original post

1 Reply
Dave_Simo
Creator II
Creator II

Hello @VictorFaure ,

I often use tHmap (datamapper), it needs to be configured a bit like below.

Dave_Simo_4-1750876685463.png

Dave_Simo_5-1750876746056.pngDave_Simo_6-1750876767684.png

Dave_Simo_7-1750876803503.pngDave_Simo_8-1750876826155.png

Best Regards