<?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: csv file is breaking because of some data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307657#M79076</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you are using&amp;nbsp;&lt;SPAN&gt;Escape char as&amp;nbsp; : """&amp;nbsp; and Text enclosure as : """, make sure that data also is not having the same character. You can use other combinations like |"| or $#$ etc. also but again the thumb rule remains same.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2019 21:55:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-28T21:55:09Z</dc:date>
    <item>
      <title>csv file is breaking because of some data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307654#M79073</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to generate csv file after querying records..but csv is not generated properly as expected ...please find below screen shot...please suggest how to overcome this issue ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csvimg2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5l0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156559i3468219E9C6D85F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5l0.png" alt="0683p000009M5l0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;check at line no : 55 the same record but it has email data which is breaking csv file..so could you please tell how to over come this&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307654#M79073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: csv file is breaking because of some data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307655#M79074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Even though it seems that lines are breaking for a human reader, since they are enclosed within Text enclosure characters, it will be processed properly by Talend program. But if you want to remove the line breaks, you can do it by passing the data as a string and removing all line breaks using replaceAll java function within a tMap.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;My only suggestion will be to change the text enclosure characters to a rare combination instead of normal double quotes. There are chances that double quotes may come as value also within email. So if you change the text enclosure character combination to a rare value set, you won't have any issues.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307655#M79074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-27T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: csv file is breaking because of some data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307656#M79075</link>
      <description>&lt;P&gt;in tfileoutputdelimited :---------&lt;/P&gt;&lt;P&gt;in CSV options&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have set&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Escape char&amp;nbsp; :&amp;nbsp;"\""&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text Enclosure :&amp;nbsp;&amp;nbsp;"\""&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; will it handle if my data has double quotes ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or i need o use Escape char as&amp;nbsp; : """&amp;nbsp; and Text enclosure as : """&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can u please suggest ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307656#M79075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-28T08:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: csv file is breaking because of some data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307657#M79076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you are using&amp;nbsp;&lt;SPAN&gt;Escape char as&amp;nbsp; : """&amp;nbsp; and Text enclosure as : """, make sure that data also is not having the same character. You can use other combinations like |"| or $#$ etc. also but again the thumb rule remains same.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 21:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-is-breaking-because-of-some-data/m-p/2307657#M79076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-28T21:55:09Z</dc:date>
    </item>
  </channel>
</rss>

