<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335119#M103713</link>
    <description>&lt;P&gt;1) sure - You could append in both cases&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) what the problem with this? it must work if all other defined correct&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 09:51:52 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-05-22T09:51:52Z</dc:date>
    <item>
      <title>I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335116#M103710</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to take multiple XML input (using REST) in write them to a DB table. The tricky bit is that, for each row, I will need to go get additional data to complete the row. Let me explain.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When do my first REST query, I will get a list of orders with&amp;nbsp; (OrderID, First and last Name, Address, Total amount). Than for each order, I have to make another REST call&amp;nbsp; using the OrderID to get the items ordered, it will contain (OrderID, Item, quantity, price, etc..). I will need to combine the order row with item ordered&amp;nbsp; row to import them in my DB table.&amp;nbsp; If the orders contain two or more type of product, than I would need an order line for each product.&amp;nbsp; Not sure how to go about doing this, Should I write multiple file and than read the file back in and how do I go through the orderID to get all the items ordered.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help would be much appreciated.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335116#M103710</guid>
      <dc:creator>joefrancois</dc:creator>
      <dc:date>2024-11-16T08:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335117#M103711</link>
      <description>&lt;P&gt;depending from how big response for first REST request, You could:&lt;BR /&gt;- receive result&lt;/P&gt;
&lt;P&gt;- parse it with tExtractXMLFields&lt;/P&gt;
&lt;P&gt;- store result to Hash (memory) or csv&lt;BR /&gt;- read from Hash/csv&lt;/P&gt;
&lt;P&gt;- using tFlowToIterate iterate over saved result one by one for request new data&lt;BR /&gt;- join new data with saved using tMap&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 22:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335117#M103711</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-05-21T22:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335118#M103712</link>
      <description>&lt;P&gt;Thank you very much for your answer. Now I have two questions.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. When iterating to Hash/CSV, I assume the rows will be appended and the file not overwriten?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. How do I use the value of the first column in the REST call I am making. See the pictures for more details.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Here is my CSV map, what I am interested in is the OrderID field" style="width: 784px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwrl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157411i3E7097AD77E76497/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwrl.png" alt="0683p000009Lwrl.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Here is my CSV map, what I am interested in is the OrderID field&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="I am trying to iterate on OrderID and set the valuable" style="width: 754px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx7W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151867i75E445D7AC4EDFBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx7W.png" alt="0683p000009Lx7W.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;I am trying to iterate on OrderID and set the valuable&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Now I am trying to use the variable to make a REST call" style="width: 693px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxD4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143121i843DAA1CC5388FFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxD4.png" alt="0683p000009LxD4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Now I am trying to use the variable to make a REST call&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 07:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335118#M103712</guid>
      <dc:creator>joefrancois</dc:creator>
      <dc:date>2018-05-22T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335119#M103713</link>
      <description>&lt;P&gt;1) sure - You could append in both cases&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) what the problem with this? it must work if all other defined correct&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 09:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335119#M103713</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-05-22T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: I need help creating a job taking in multiple XML and iterating the  through row and adding to the output row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335120#M103714</link>
      <description>&lt;P&gt;You are right, don't know what happen but this time it worked. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 10:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-help-creating-a-job-taking-in-multiple-XML-and-iterating/m-p/2335120#M103714</guid>
      <dc:creator>joefrancois</dc:creator>
      <dc:date>2018-05-22T10:20:10Z</dc:date>
    </item>
  </channel>
</rss>

