<?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: Text Enclosure and Escaping Character in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210908#M9147</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;You mean if the data contains&amp;nbsp; inverted commas &amp;lt;"$$$$$$"&amp;gt; then&amp;nbsp;only data&amp;lt;$$$$$$$&amp;gt;&amp;nbsp;&amp;nbsp;can be fetched using TextEnclosure """ and to keep some symbol within the data that must be specified as Escape Character.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can you specify the &amp;lt;Text Enclosure&amp;gt; and &amp;lt;Escape Character&amp;gt; for case given below and please test it in a job.&lt;/P&gt; 
&lt;P&gt;input :&amp;lt; TestColumn1;TestColumn2;"TestColumn3:1;TestColumn3:2";TestColumn4&amp;gt;&lt;/P&gt; 
&lt;P&gt;output :&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Column1&lt;/TD&gt; 
   &lt;TD&gt;Column2&lt;/TD&gt; 
   &lt;TD&gt;Column3&lt;/TD&gt; 
   &lt;TD&gt;Column4&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;TestColumn1&lt;/TD&gt; 
   &lt;TD&gt;TestColumn2&lt;/TD&gt; 
   &lt;TD&gt;TestColumn3:1;TestColumn3:2&lt;/TD&gt; 
   &lt;TD&gt;TestColumn4&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;or&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Column1&lt;/TD&gt; 
   &lt;TD&gt;Column2&lt;/TD&gt; 
   &lt;TD&gt;Column3&lt;/TD&gt; 
   &lt;TD&gt;Column4&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;TestColumn1&lt;/TD&gt; 
   &lt;TD&gt;TestColumn2&lt;/TD&gt; 
   &lt;TD&gt;"TestColumn3:1;TestColumn3:2"&lt;/TD&gt; 
   &lt;TD&gt;TestColumn4&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;i think it would clear some doubts.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Chandra Kant&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 12:56:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-06T12:56:08Z</dc:date>
    <item>
      <title>Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210904#M9143</link>
      <description>&lt;P&gt;TestColumn1;TestColumn2;"TestColumn3:1;TestColumn3:2";TestColumn4&lt;/P&gt;&lt;P&gt;the above sample data contains delimiter as data in the 3rd column and i wish to fetch the data as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TestColumn1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TestColumn2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;TestColumn3:1&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;TestColumn3:2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TestColumn4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the main concern here is to understand the working of "Text Enclosure and Escaping Character" option in tfileInputdelimited .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it would be really helpful if someone can explain this in detail that what these 2 options works and how they works.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 06:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210904#M9143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-05T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210905#M9144</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOtOAAW"&gt;@CK395&lt;/A&gt;,since when you enable CSV option,in&amp;nbsp;&amp;nbsp;tFileInputDelimited,you can set those two options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check the below link,you will understand the use case.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/43512095/usage-of-escape-char-and-text-enclosure" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/43512095/usage-of-escape-char-and-text-enclosure&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 07:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210905#M9144</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-05T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210906#M9145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am through that link already and it did not perform as it mention.&lt;/P&gt;
&lt;P&gt;it would be helpful if you can explain it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chandra Kant&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210906#M9145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210907#M9146</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOtOAAW"&gt;@CK395&lt;/A&gt;,for &lt;SPAN&gt;Text Enclosure&lt;/SPAN&gt;,for suppose your filed data is in like "Hello" then you will specify the """ .&lt;/P&gt;
&lt;P&gt;for&amp;nbsp;&lt;SPAN&gt;Escaping Character,which you want to be print as part of the data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210907#M9146</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-06T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210908#M9147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;You mean if the data contains&amp;nbsp; inverted commas &amp;lt;"$$$$$$"&amp;gt; then&amp;nbsp;only data&amp;lt;$$$$$$$&amp;gt;&amp;nbsp;&amp;nbsp;can be fetched using TextEnclosure """ and to keep some symbol within the data that must be specified as Escape Character.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can you specify the &amp;lt;Text Enclosure&amp;gt; and &amp;lt;Escape Character&amp;gt; for case given below and please test it in a job.&lt;/P&gt; 
&lt;P&gt;input :&amp;lt; TestColumn1;TestColumn2;"TestColumn3:1;TestColumn3:2";TestColumn4&amp;gt;&lt;/P&gt; 
&lt;P&gt;output :&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Column1&lt;/TD&gt; 
   &lt;TD&gt;Column2&lt;/TD&gt; 
   &lt;TD&gt;Column3&lt;/TD&gt; 
   &lt;TD&gt;Column4&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;TestColumn1&lt;/TD&gt; 
   &lt;TD&gt;TestColumn2&lt;/TD&gt; 
   &lt;TD&gt;TestColumn3:1;TestColumn3:2&lt;/TD&gt; 
   &lt;TD&gt;TestColumn4&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;or&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Column1&lt;/TD&gt; 
   &lt;TD&gt;Column2&lt;/TD&gt; 
   &lt;TD&gt;Column3&lt;/TD&gt; 
   &lt;TD&gt;Column4&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;TestColumn1&lt;/TD&gt; 
   &lt;TD&gt;TestColumn2&lt;/TD&gt; 
   &lt;TD&gt;"TestColumn3:1;TestColumn3:2"&lt;/TD&gt; 
   &lt;TD&gt;TestColumn4&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;i think it would clear some doubts.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Chandra Kant&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 12:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210908#M9147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210909#M9148</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOtOAAW"&gt;@CK395&lt;/A&gt;,for&amp;nbsp;&lt;SPAN&gt;input :&amp;lt; TestColumn1;TestColumn2;"TestColumn3:1;TestColumn3:2";TestColumn4&amp;gt; you will get the below output.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;.-----------+-----------+---------------------------+-----------.&lt;BR /&gt;| tLogRow_1 |&lt;BR /&gt;|=----------+-----------+---------------------------+----------=|&lt;BR /&gt;|newColumn |newColumn1 |newColumn2 |newColumn3 |&lt;BR /&gt;|=----------+-----------+---------------------------+----------=|&lt;BR /&gt;|TestColumn1|TestColumn2|TestColumn3:1;TestColumn3:2|TestColumn4|&lt;BR /&gt;'-----------+-----------+---------------------------+-----------'&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;if you wan to know more about these,try to create metadata in the repository by using CSV option and you can play with option and get to know how the would be extracted form that csv.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 05:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210909#M9148</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-07T05:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210910#M9149</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;this one simply worked with Escape&amp;lt;"""&amp;gt; and Enclosure&amp;lt;"""&amp;gt; once I restarted the Talend but was not working previously ,&lt;/P&gt;
&lt;P&gt;Talend might be having some processing issues.&lt;/P&gt;
&lt;P&gt;I appreciate your helpful replies and patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards&lt;/P&gt;
&lt;P&gt;Chandra Kant&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 06:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210910#M9149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T06:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text Enclosure and Escaping Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210911#M9150</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOtOAAW"&gt;@CK395&lt;/A&gt;,great,&amp;nbsp;Please provide Kudos also&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 06:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Text-Enclosure-and-Escaping-Character/m-p/2210911#M9150</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-07T06:56:30Z</dc:date>
    </item>
  </channel>
</rss>

