<?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 Flow blocked at tXmlMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204673#M5459</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have problem at my Txmlmap. The rows stay blocked until the end of treatment (and when treatment is end, the data are pass) :&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="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M96A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132265i12D036CC8897EA46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M96A.png" alt="0683p000009M96A.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  There is a way to retrieve&amp;nbsp;records line by line after&amp;nbsp;my Txmlmap ? 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  Thx. 
&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:14:55 GMT</pubDate>
    <dc:creator>hako_sfc_93200</dc:creator>
    <dc:date>2024-11-16T03:14:55Z</dc:date>
    <item>
      <title>Flow blocked at tXmlMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204673#M5459</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have problem at my Txmlmap. The rows stay blocked until the end of treatment (and when treatment is end, the data are pass) :&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="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M96A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132265i12D036CC8897EA46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M96A.png" alt="0683p000009M96A.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  There is a way to retrieve&amp;nbsp;records line by line after&amp;nbsp;my Txmlmap ? 
&lt;/DIV&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV&gt;
  Thx. 
&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204673#M5459</guid>
      <dc:creator>hako_sfc_93200</dc:creator>
      <dc:date>2024-11-16T03:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Flow blocked at tXmlMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204674#M5460</link>
      <description>A quick question, do you want to call Restful API for each record extracting from DB?</description>
      <pubDate>Fri, 21 Feb 2020 08:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204674#M5460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-21T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flow blocked at tXmlMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204675#M5461</link>
      <description>&lt;P&gt;yes it is.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204675#M5461</guid>
      <dc:creator>hako_sfc_93200</dc:creator>
      <dc:date>2020-02-21T08:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flow blocked at tXmlMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204676#M5462</link>
      <description>Add a tFlowToIterate after tOracleInput to iterate each record, it will handle each record one by one. eg:
&lt;BR /&gt;tOracleInput--(row1)main-&amp;gt;tFlowToIterte--iterate--tIterateToFlow---main--tXMLMap.....
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2020 02:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Flow-blocked-at-tXmlMap/m-p/2204676#M5462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-24T02:15:44Z</dc:date>
    </item>
  </channel>
</rss>

