<?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 i remove several break line in a CSV to postgresql? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203509#M4785</link>
    <description>&lt;P&gt;Sorry but I do not really get what your question is.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 14:08:45 GMT</pubDate>
    <dc:creator>JR1</dc:creator>
    <dc:date>2019-08-20T14:08:45Z</dc:date>
    <item>
      <title>how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203506#M4782</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have this problem now, i have a string field with several information and line breaks, the possible solution does not work, does anyone know how to fix it? or how tFileInputFullRow works? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the option row.namecolonne.replaceALL("....") not work in tmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in this file i have 602 rows, but the database shows 607.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;help me&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203506#M4782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203507#M4783</link>
      <description>&lt;P&gt;Yes, replaceAll works in tMap. Try this (remember: Java is case-sensitve):&lt;/P&gt;
&lt;PRE&gt;row3.impact.replaceAll("(\\r\\n|\\r|\\n)", " ")&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203507#M4783</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203508#M4784</link>
      <description>&lt;P&gt;I used your instruction, but i have this problem, ignoring the relation with S_Liste_Controle T_Liste_Controle.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwLm"&gt;Capture5.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203508#M4784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-20T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203509#M4785</link>
      <description>&lt;P&gt;Sorry but I do not really get what your question is.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203509#M4785</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203510#M4786</link>
      <description>&lt;P&gt;I used your instruction&amp;nbsp; row3.impact.replaceAll("(\\r\\n|\\r|\\n)", " ")&amp;nbsp; in tMap, so i have now the problem with the picture, Talend shows the next error "» n'existe pasException in component tMap_1 (J_M_Liste_Controle)&lt;BR /&gt;java.lang.NullPointerException"&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203510#M4786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-20T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: how i remove several break line in a CSV to postgresql?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203511#M4787</link>
      <description>&lt;P&gt;Please try this:&lt;/P&gt;&lt;PRE&gt;row3.impact == null ? null : row3.impact.replaceAll("(\\r\\n|\\r|\\n)", " ")&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Aug 2019 18:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-i-remove-several-break-line-in-a-CSV-to-postgresql/m-p/2203511#M4787</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T18:50:28Z</dc:date>
    </item>
  </channel>
</rss>

