<?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: How do I preserve newline characters embedded in text field? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333456#M102237</link>
    <description>Did you ever get a resolution with this.  I have the same issue.  I know I can do a search an a replace so it doesn't create the new line, but I need to preserve it in the CSV.</description>
    <pubDate>Thu, 16 Jan 2014 14:46:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-16T14:46:18Z</dc:date>
    <item>
      <title>How do I preserve newline characters embedded in text field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333455#M102236</link>
      <description>I've seen a few posts on this but I have not seen a definitive solution. I am extracting data from a SQL Server database that comes from a product service desk. Several of the fields in SQL Server have text in them with carriage returns and line feeds embedded. When I extract the data with Talend into a text file, the embedded new line characters cause new lines in the data output files which is not the desired result. My requirement from my users is that I do not strip these new lines out of the data extract. What do I need to do in Talend to ignore the embedded new lines and carriage returns within a field? I'm using Talend Open Studio 5.2.1 and am a relatively new user. I'm separating my fields with pipes: "|".</description>
      <pubDate>Sat, 16 Nov 2024 12:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333455#M102236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I preserve newline characters embedded in text field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333456#M102237</link>
      <description>Did you ever get a resolution with this.  I have the same issue.  I know I can do a search an a replace so it doesn't create the new line, but I need to preserve it in the CSV.</description>
      <pubDate>Thu, 16 Jan 2014 14:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333456#M102237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I preserve newline characters embedded in text field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333457#M102238</link>
      <description>Hi camdebuck, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Did you ever get a resolution with this.  I have the same issue.  I know I can do a search an a replace so it doesn't create the new line, but I need to preserve it in the CSV.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 17 Jan 2014 04:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333457#M102238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-17T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I preserve newline characters embedded in text field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333458#M102239</link>
      <description>You could enclose your fields with a ". If a field which is enclosed within double quotas, the new line chars will be ignored by CSV readers even if it looks terrible because of the line breaks.&lt;BR /&gt;example you have 3 columns COL1, COL2, COL2 and COL2 contains line breaks:&lt;BR /&gt;"123"|"This is&lt;BR /&gt;content with a line break"|"blablabla"&lt;BR /&gt;This 2 lines will be parsed as ONE line because the line break is within the quotas.</description>
      <pubDate>Thu, 23 Jan 2014 20:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333458#M102239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-23T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I preserve newline characters embedded in text field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333459#M102240</link>
      <description>Hi Team, 
&lt;BR /&gt;Same issue faced here. Me also trying to pull data from MS SQL server and have embedded new line characters at the end of few fileds. What my requirement is , to generate and upload one csv file with the extract into S3 and eventually ccopy the data into Redshift DB. 
&lt;BR /&gt;The content of the sql src is mostly Chinese and facing other issues as well and this is the new one just facing today. 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Please let me know if any solution is there for the same.</description>
      <pubDate>Tue, 04 Apr 2017 19:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-preserve-newline-characters-embedded-in-text-field/m-p/2333459#M102240</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-04-04T19:41:58Z</dc:date>
    </item>
  </channel>
</rss>

