<?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: Change newline in FileOutputDelimited to CRLF in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361381#M125763</link>
    <description>The property is a string, but internally it uses a class named CSVWriter, which only uses a char as the line separator.</description>
    <pubDate>Tue, 21 Jul 2009 09:01:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-21T09:01:05Z</dc:date>
    <item>
      <title>Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361377#M125759</link>
      <description>Hi!&lt;BR /&gt;How can I change the newline in FileOutputDelimited to CRLF?&lt;BR /&gt;It only uses a CHAR, though it accepts a string but then ignores everything but the first sign!&lt;BR /&gt;Ideas?&lt;BR /&gt;TIA&lt;BR /&gt;Andre</description>
      <pubDate>Sat, 16 Nov 2024 13:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361377#M125759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361378#M125760</link>
      <description>Hi Andre,&lt;BR /&gt;use "\r\n" instead.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 17 Jul 2009 22:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361378#M125760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-17T22:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361379#M125761</link>
      <description>Hi, 
&lt;BR /&gt;I can't! As I wrote - admittedly not too clearly - csvwriter ignores everything but the first character as a newline, since it manages the newline internally as a "char"-datatyped value. No String possible here! 
&lt;BR /&gt;If one would be able to not define the value in the component (which is not possible, as the property is required) the csvwriter instance of the component would use the system property "line.separator" as a newline. But changing this is not what I want! It is anything but a feasible workaround. 
&lt;BR /&gt;More ideas? currently I sent the generated file to an external converter tool. ugly 
&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; 
&lt;BR /&gt;TIA 
&lt;BR /&gt;Andre</description>
      <pubDate>Mon, 20 Jul 2009 07:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361379#M125761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-20T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361380#M125762</link>
      <description>Hi Andre,&lt;BR /&gt;which version are you using. I took a look at the 3.1.3 code and for me it looks like the row separator is defined as TEXT in the xml-definition-file and handled as String in the code.&lt;BR /&gt;And default value is "\n" a String too.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 20 Jul 2009 21:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361380#M125762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-20T21:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361381#M125763</link>
      <description>The property is a string, but internally it uses a class named CSVWriter, which only uses a char as the line separator.</description>
      <pubDate>Tue, 21 Jul 2009 09:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361381#M125763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-21T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change newline in FileOutputDelimited to CRLF</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361382#M125764</link>
      <description>@ORBIT_Andre&lt;BR /&gt;Have you tried it?&lt;BR /&gt;The underlying code just appends the line separator to the end of the current row, so any string is valid.</description>
      <pubDate>Tue, 21 Jul 2009 18:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-newline-in-FileOutputDelimited-to-CRLF/m-p/2361382#M125764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-21T18:20:17Z</dc:date>
    </item>
  </channel>
</rss>

