Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
XJ_1630
Contributor III
Contributor III

create xml Document for an api call

hello guys,

I am setting up a rest-api call that needs an XML (payload/body) to be sent.

the data in a tFixedFlowInput is:

1972;Deep Purple;Westwood One In Concert LP

1987;Eurythmics;Beethoven

1997;The Prodigy;The Fat of the Land

the schema is (strings):

released_on_yr;band_name;album_title

however, the annoying part is that using a tXmlMap is not returning one file.

Instead, the output of tXMLMap is a single file for each line/vynil

I was hoping to have one file with the three lines/vynil included - see map below:

0695b00000HvC6hAAF.png

I am sure that i am missing something super obvious.

How could it be setup to have a single XML file with all vynil included ?

the real data is about 10K records.

Many thanks

Labels (3)
2 Replies
Anonymous
Not applicable

You need to set the All in one property as true. see below.

0695b00000HvDiSAAV.png 

Regards

Shong

XJ_1630
Contributor III
Contributor III
Author

settings / options ... found !!

 

thanks