<?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 How to send multiple files to Mediation Route via tRouteOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-multiple-files-to-Mediation-Route-via-tRouteOutput/m-p/2291240#M64444</link>
    <description>I have as input an xml file and after doing the processing i have to create multiple files based on the input file's content. 
&lt;BR /&gt;I have been able to create multiple files locally in Data integration Job. 
&lt;BR /&gt;However after connecting the Data integration Job to the Mediation Route i am unable to send each file created to the Mediation Route. 
&lt;BR /&gt;Only the last file is being sent. 
&lt;BR /&gt;What i want as output is that each file is sent to the Mediation Route. 
&lt;BR /&gt;Please note that i used tHashOutput and tHashInput because i don't want to store the files physically in a directory. 
&lt;BR /&gt;Can anyone please help me? 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME0k.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135443iF549485E4AB9BFC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME0k.png" alt="0683p000009ME0k.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME0p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150199iAC0CAFAEAD1CD571/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME0p.png" alt="0683p000009ME0p.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:10:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:10:58Z</dc:date>
    <item>
      <title>How to send multiple files to Mediation Route via tRouteOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-multiple-files-to-Mediation-Route-via-tRouteOutput/m-p/2291240#M64444</link>
      <description>I have as input an xml file and after doing the processing i have to create multiple files based on the input file's content. 
&lt;BR /&gt;I have been able to create multiple files locally in Data integration Job. 
&lt;BR /&gt;However after connecting the Data integration Job to the Mediation Route i am unable to send each file created to the Mediation Route. 
&lt;BR /&gt;Only the last file is being sent. 
&lt;BR /&gt;What i want as output is that each file is sent to the Mediation Route. 
&lt;BR /&gt;Please note that i used tHashOutput and tHashInput because i don't want to store the files physically in a directory. 
&lt;BR /&gt;Can anyone please help me? 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME0k.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135443iF549485E4AB9BFC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME0k.png" alt="0683p000009ME0k.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME0p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150199iAC0CAFAEAD1CD571/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME0p.png" alt="0683p000009ME0p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-multiple-files-to-Mediation-Route-via-tRouteOutput/m-p/2291240#M64444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to send multiple files to Mediation Route via tRouteOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-multiple-files-to-Mediation-Route-via-tRouteOutput/m-p/2291241#M64445</link>
      <description>When calling a Talend Job from a Route, you generally send one message to the Job and receive one message back. 
&lt;BR /&gt;To satisfy your requirement, you could rewrite this Route so you create multiple outputs in the Route itself, before passing each message to your job, if you still need to transform/process it. 
&lt;BR /&gt;For example, a Route could pick up the file (cFile) and split the message (cSplitter) using an Xpath expression. You could then pass each piece of the message into a Job. See screenshot. 
&lt;BR /&gt;Or, instead of using a cSplitter, you could use a cLoop component to iterate N times, where N can be the result of any expression you want.</description>
      <pubDate>Thu, 25 Jun 2015 17:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-multiple-files-to-Mediation-Route-via-tRouteOutput/m-p/2291241#M64445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T17:35:50Z</dc:date>
    </item>
  </channel>
</rss>

