<?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: Inserting a string below 1 row in output file. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336446#M104892</link>
    <description>&lt;P&gt;Just like you are appending the 3 output to 1 file, you will ouput the 1 string to the file. &amp;nbsp;You will simply have 1 column in your tFileOutputDelimited definition and you will not output the header. &amp;nbsp;This long string message will go into your file in between the 2 different outputs. &amp;nbsp;The long string can be an output from the tMap. &amp;nbsp;Hence, you will have 5 outputs instead of 3. &amp;nbsp;Make sure you keep same line delimiter though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Sep 2017 12:24:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-09T12:24:20Z</dc:date>
    <item>
      <title>Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336445#M104891</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am a beginner&amp;nbsp;to Talend Open Studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am processing a delimited&amp;nbsp;text file in tFileInputDelimited&amp;nbsp;and mapping it to 3 different tFileOutputDelimited using tMap&amp;nbsp;and appending all tFileOutputDelimited&amp;nbsp;to the same output file. But I need to insert a very long string as a row&amp;nbsp;in the output file&amp;nbsp;just below the rows coming from 1st tFileOutputDelimited and just&amp;nbsp;above the rows coming from 2nd tFileOutputDelimited.&lt;/P&gt;&lt;P&gt;Please suggest solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 14:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336445#M104891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-08T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336446#M104892</link>
      <description>&lt;P&gt;Just like you are appending the 3 output to 1 file, you will ouput the 1 string to the file. &amp;nbsp;You will simply have 1 column in your tFileOutputDelimited definition and you will not output the header. &amp;nbsp;This long string message will go into your file in between the 2 different outputs. &amp;nbsp;The long string can be an output from the tMap. &amp;nbsp;Hence, you will have 5 outputs instead of 3. &amp;nbsp;Make sure you keep same line delimiter though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 12:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336446#M104892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336447#M104893</link>
      <description>Thanks iburtally for replying.
&lt;BR /&gt;What I understood from your solution is that simply I have to put the long string in a single column in separate output of tMap and then to row this output component to one separate tFileOutputdelimited and append it to the same file.
&lt;BR /&gt;But in the output file, I am getting the string for 66 times/rows (Which is also total no. of rows in my input file). I want only one row of that string.</description>
      <pubDate>Sat, 09 Sep 2017 14:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336447#M104893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336448#M104894</link>
      <description>&lt;P&gt;You should not link it to your input. &amp;nbsp;You should do it indepent of your input. &amp;nbsp;It may be more complex needing additional components etc. &amp;nbsp;It depends on your exact logic. &amp;nbsp;Maybe you should have a few tMaps and do it in multiple steps. &amp;nbsp;Or use tUniqRow etc.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 14:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336448#M104894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336449#M104895</link>
      <description>I am not putting it in the input section of tMap. I have put it in the output section only. it's not linked to input. Okay I will take a look at tUniqRow. 
&lt;BR /&gt;Thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 09 Sep 2017 14:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336449#M104895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T14:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a string below 1 row in output file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336450#M104896</link>
      <description>tUniqRow worked!! 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 09 Sep 2017 15:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-a-string-below-1-row-in-output-file/m-p/2336450#M104896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-09T15:02:48Z</dc:date>
    </item>
  </channel>
</rss>

