<?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: problem with tFileOutputPositional in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345778#M113261</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Is this a general problem? If so, I think it make sense to open a bug / feature request: Creating linebreaks in dependency to the operating system (unix / dos) / or alternatively give a option to the component to decide it.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;This is a general problem. I will create a bug/feature request today.
&lt;BR /&gt;
&lt;BR /&gt;Cheers, Kaiser.</description>
    <pubDate>Fri, 10 Aug 2007 10:10:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-08-10T10:10:05Z</dc:date>
    <item>
      <title>problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345772#M113255</link>
      <description>I'm tried to create a text file filled with data from a database using tfileOutputPositional. Job work correctly, but if i open file with Notepad his content is not formatted. How can i solve this issue? (See image below) 
&lt;BR /&gt; 
&lt;BR /&gt;Notice: If I open file with MFC Wordpad e save it as "Text Document - MS-DOS format", when reopen file, it is formatted correctly.</description>
      <pubDate>Sat, 16 Nov 2024 14:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345772#M113255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345773#M113256</link>
      <description>hi,&lt;BR /&gt;may be an end line character not recognize by notepad,&lt;BR /&gt;did you try with ultraedit or other ??</description>
      <pubDate>Thu, 28 Jun 2007 17:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345773#M113256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-28T17:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345774#M113257</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;hi, &lt;BR /&gt;may be an end line character not recognize by notepad, &lt;BR /&gt;did you try with ultraedit or other ??&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;if I open with another text editor it view correctly. I have observed, that if I open with microsoft wordpad (do you know?) and save as "Text Document - MSDOS Format", and open it again with notepad it view correctly.</description>
      <pubDate>Fri, 29 Jun 2007 08:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345774#M113257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-29T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345775#M113258</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I'm tried to create a text file filled with data from a database using tfileOutputPositional. Job work correctly, but if i open file with Notepad his content is not formatted. How can i solve this issue? (See image below)&lt;BR /&gt;Notice: If I open file with MFC Wordpad e save it as "Text Document - MS-DOS format", when reopen file, it is formatted correctly.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have tried this solution with TOS 2.1.1 and it works. 
&lt;BR /&gt;use "\r\n" as row separator in your modules tFileOutputPositional 
&lt;BR /&gt;to change existing modules tFileOutputPositional you have to edit the jet-files (ex with Wordpad). 
&lt;BR /&gt;You can find this files here: 
&lt;BR /&gt;\plugins\org.talend.designer.components.localprovider_???\components\ tFileOutputPositional\tFileOutputPositional_main.??? 
&lt;BR /&gt; 
&lt;BR /&gt;Replace : sb_tFileOutputPositional_1.append("\n"); by sb_tFileOutputPositional_1.append("\r\n"); 
&lt;BR /&gt;Notice : CRLF, acronyme de Carriage Return ("\r" retour chariot) + Line Feed ("\n" saut de ligne) = "\r\n"</description>
      <pubDate>Thu, 02 Aug 2007 12:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345775#M113258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-02T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345776#M113259</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I'm tried to create a text file filled with data from a database using tfileOutputPositional. Job work correctly, but if i open file with Notepad his content is not formatted. How can i solve this issue? (See image below) &lt;BR /&gt; &lt;BR /&gt;Notice: If I open file with MFC Wordpad e save it as "Text Document - MS-DOS format", when reopen file, it is formatted correctly.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have tried this solution with TOS 2.1.1 and it works. 
&lt;BR /&gt; 
&lt;BR /&gt;use "\r\n" as row separator in your modules tFileOutputPositional 
&lt;BR /&gt; 
&lt;BR /&gt;to change existing modules tFileOutputPositional you have to edit the jet-files (ex with Wordpad). 
&lt;BR /&gt;You can find this files here: 
&lt;BR /&gt;\plugins\org.talend.designer.components.localprovider_???\components\ tFileOutputPositional\tFileOutputPositional_main.??? 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Replace : sb_tFileOutputPositional_1.append("\n"); by sb_tFileOutputPositional_1.append("\r\n"); 
&lt;BR /&gt; 
&lt;BR /&gt;Notice : CRLF, acronyme de Carriage Return ("\r" retour chariot) + Line Feed ("\n" saut de ligne) = "\r\n" 
&lt;BR /&gt;Wonderful!!! I have tried this solution right now and it works!!! 
&lt;BR /&gt;file .javajet was lightly different, it was: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;...
&lt;BR /&gt;//get  and format output String end				
&lt;BR /&gt;				&amp;lt;%
&lt;BR /&gt;			}
&lt;BR /&gt;			%&amp;gt;
&lt;BR /&gt;			sb_&amp;lt;%=cid %&amp;gt;.append("\n");
&lt;BR /&gt;			out&amp;lt;%=cid %&amp;gt;.write(sb_&amp;lt;%=cid %&amp;gt;.toString());
&lt;BR /&gt;			nb_line_&amp;lt;%=cid %&amp;gt;++;
&lt;BR /&gt;&amp;lt;%
&lt;BR /&gt;		}
&lt;BR /&gt;...&lt;/PRE&gt; 
&lt;BR /&gt;and i have replaced "sb_&amp;lt;%=cid %&amp;gt;.append("\n");" line by "sb_&amp;lt;%=cid %&amp;gt;.append("\r\n");" 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you very much!!!</description>
      <pubDate>Fri, 10 Aug 2007 09:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345776#M113259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345777#M113260</link>
      <description>Is this a general problem? If so, I think it make sense to open a bug / feature request: Creating linebreaks in dependency to the operating system (unix / dos) / or alternatively give a option to the component to decide it.</description>
      <pubDate>Fri, 10 Aug 2007 09:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345777#M113260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T09:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345778#M113261</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Is this a general problem? If so, I think it make sense to open a bug / feature request: Creating linebreaks in dependency to the operating system (unix / dos) / or alternatively give a option to the component to decide it.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;This is a general problem. I will create a bug/feature request today.
&lt;BR /&gt;
&lt;BR /&gt;Cheers, Kaiser.</description>
      <pubDate>Fri, 10 Aug 2007 10:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345778#M113261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T10:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345779#M113262</link>
      <description>Hello&lt;BR /&gt;This feature has already be opened 1680&lt;BR /&gt;Regards,&lt;BR /&gt;Michaël.</description>
      <pubDate>Fri, 10 Aug 2007 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345779#M113262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345780#M113263</link>
      <description>Hello Michaël,&lt;BR /&gt;thanks for the information. I don't know how the detailed resolution looks like, but I think it would be user friendly if:&lt;BR /&gt;* The default (prefilled in the gui) is set to the system-specific value (but there is a problem with different systems for generating / executing the script).&lt;BR /&gt;* I f you enter nothing, talend would use system specific linebreaks.&lt;BR /&gt;* Give a flag to select "use system specific linebreak".&lt;BR /&gt;So the user don't have to be worry about the operating system and special behaviors.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 10 Aug 2007 10:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345780#M113263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345781#M113264</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello
&lt;BR /&gt;
&lt;BR /&gt;This feature has already be opened 1680
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Michaël.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;too late!!! I have added a new bug in bugtracker.</description>
      <pubDate>Fri, 10 Aug 2007 10:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345781#M113264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with tFileOutputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345782#M113265</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;thanks for the information. I don't know how the detailed resolution looks like, but I think it would be user friendly if:&lt;BR /&gt;* The default (prefilled in the gui) is set to the system-specific value (but there is a problem with different systems for generating / executing the script).&lt;BR /&gt;* I f you enter nothing, talend would use system specific linebreaks.&lt;BR /&gt;* Give a flag to select "use system specific linebreak".&lt;BR /&gt;So the user don't have to be worry about the operating system and special behaviors.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Like in all TOS File components : default will be "\n" and user can specify is own.
&lt;BR /&gt;This is the general mechanism of the row separator property.
&lt;BR /&gt;Michaël.</description>
      <pubDate>Fri, 10 Aug 2007 15:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-with-tFileOutputPositional/m-p/2345782#M113265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-10T15:57:28Z</dc:date>
    </item>
  </channel>
</rss>

