Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Context with multi URL value

 

Hello, I have a job who returns 3 xml line, and I want for each line , connecting to my website and download the xml file , my url is like "www.mysite/download.aspx?SourceUrl=/" and after / add each line ( 2018-01-30T08_50_32.xml).

 

 

 

0683p000009Lsnb.png

 

how can I do this ? thank you !

 

 

0683p000009Lsng.png

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

You can use tFlowToIterate to iterate all lines one by one, for example:
tFileInputXML-main(row1)-->tFlowToIterate--iterate--tHttpRequest-main--tLogRow
on tHttpRequest component, set the URI field as: "www.mysite/download.aspx?SourceUrl=/"+((String)globalMap.get("row1.URI")).

Best regards

Sabrina