<?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 Fixed Width text o/p in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356783#M122228</link>
    <description>Hi Team,
&lt;BR /&gt;I am new to talend. I want to have multiple fixed width text file output based on rownumber from an oracle table. What component I need to use? The o/p should be like this
&lt;BR /&gt;aaa 123 @##
&lt;BR /&gt;bbb 456 *&amp;amp;^
&lt;BR /&gt;ccc 780 *^%
&lt;BR /&gt;ddd 987 $%&amp;amp;
&lt;BR /&gt;EOF
&lt;BR /&gt;Please help. Note for the EOF at the end of each text files.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Vishal</description>
    <pubDate>Tue, 04 Jun 2013 16:17:49 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-06-04T16:17:49Z</dc:date>
    <item>
      <title>Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356783#M122228</link>
      <description>Hi Team,
&lt;BR /&gt;I am new to talend. I want to have multiple fixed width text file output based on rownumber from an oracle table. What component I need to use? The o/p should be like this
&lt;BR /&gt;aaa 123 @##
&lt;BR /&gt;bbb 456 *&amp;amp;^
&lt;BR /&gt;ccc 780 *^%
&lt;BR /&gt;ddd 987 $%&amp;amp;
&lt;BR /&gt;EOF
&lt;BR /&gt;Please help. Note for the EOF at the end of each text files.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Vishal</description>
      <pubDate>Tue, 04 Jun 2013 16:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356783#M122228</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-04T16:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356784#M122229</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I want to have multiple fixed width text file output based on rownumber from an oracle table.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;For fixed length file, we provide 
&lt;A href="https://help.talend.com/search/all?query=tFileOutputPositional&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileOutputPositional&lt;/A&gt; component.
&lt;BR /&gt;Perhaps the work flow should be: tOracleInput--&amp;gt;tFileOutPutPositional
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 05 Jun 2013 03:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356784#M122229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T03:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356785#M122230</link>
      <description>Hye Sabrina,&lt;BR /&gt;Thanks for the reply. But i already tried with outputpositional component. It gives results like&lt;BR /&gt;aaa     123     #$%     bbb&lt;BR /&gt;   345     &amp;amp;%#     ccc     123&lt;BR /&gt;     #$%     ddd     234     &lt;BR /&gt;#$@&lt;BR /&gt;This is not the exact output that I want. Please help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Vishal</description>
      <pubDate>Wed, 05 Jun 2013 09:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356785#M122230</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-05T09:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356786#M122231</link>
      <description>Hi, &lt;BR /&gt;What your input source? It looks like o/p in oracle?&lt;BR /&gt;aaa     123     @##&lt;BR /&gt;bbb     456     *&amp;amp;^&lt;BR /&gt;ccc      780     *^%&lt;BR /&gt;ddd     987     $%&amp;amp;&lt;BR /&gt;EOF&lt;BR /&gt; &lt;BR /&gt;How do you set the tFileOutPutPositional component, could you please upload your component setting screenshot into forum?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 05 Jun 2013 09:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356786#M122231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T09:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356787#M122232</link>
      <description>Hye Sabrina, 
&lt;BR /&gt;The input is a table from oracle with fixed length size columns. I want the output also in fixed width text files. I am not sure how to attach a screenshot. I am telling you my tFileOutPutPositional setting. In Basic Setting tab - 
&lt;BR /&gt;Row seperator - "\n" 
&lt;BR /&gt;Formats - Column Size Padding Char Alignment Keep 
&lt;BR /&gt; Name 20 '' Left All 
&lt;BR /&gt; Number 10 '' Left All 
&lt;BR /&gt; Address 28 '' Left All 
&lt;BR /&gt;The thing is, it's taking the column width but it's not taking the row seperator in the output text file. Instead of inserting a new row into new line it's writing in the same line with '?' in between. The output is like 
&lt;BR /&gt;aaa 123 #$%?bbb 345 
&lt;BR /&gt; &amp;amp;%#?ccc 123 #$%? 
&lt;BR /&gt;ddd 234 #$@ 
&lt;BR /&gt;I want the output in the below form: 
&lt;BR /&gt;aaa 123 @## 
&lt;BR /&gt;bbb 456 *&amp;amp;^ 
&lt;BR /&gt;ccc 780 *^% 
&lt;BR /&gt;ddd 987 $%&amp;amp; 
&lt;BR /&gt;EOF 
&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 05 Jun 2013 11:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356787#M122232</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-05T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356788#M122233</link>
      <description>Can anyone please help me on the below issue. It's required on an urgent basis.&lt;BR /&gt;Thanks,&lt;BR /&gt;Vishal</description>
      <pubDate>Tue, 11 Jun 2013 17:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356788#M122233</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-11T17:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356789#M122234</link>
      <description>not sure but if you tell me the hex value for '?' this character we can fix this issue. some it should be 0A or 0D or both 0A0D</description>
      <pubDate>Wed, 12 Jun 2013 05:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356789#M122234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T05:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356790#M122235</link>
      <description>Sorry for asking this. But how to find out the hex value for that particular character??</description>
      <pubDate>Wed, 12 Jun 2013 10:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356790#M122235</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-12T10:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356791#M122236</link>
      <description>let it be, i think you can check whether \r\n will work for output test and let me know the result.</description>
      <pubDate>Wed, 12 Jun 2013 11:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356791#M122236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356792#M122237</link>
      <description>Ooo Thanx a lot. The output is coming in fixed width now. But there is still one problem. The last column is not generated in the output text file. Can there be any reason for that?? Previously it was coming. Thanx for the help so far.</description>
      <pubDate>Wed, 12 Jun 2013 13:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356792#M122237</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-12T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356793#M122238</link>
      <description>Hye it's coming fine now. There was a small error. I fixed it and everything's perfect. Thanks for the help.</description>
      <pubDate>Wed, 12 Jun 2013 15:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356793#M122238</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-12T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Width text o/p</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356794#M122239</link>
      <description>welcome</description>
      <pubDate>Thu, 13 Jun 2013 05:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fixed-Width-text-o-p/m-p/2356794#M122239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T05:56:43Z</dc:date>
    </item>
  </channel>
</rss>

