<?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 [resolved] Escape quotes in tMap? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235695#M24658</link>
    <description>Hello community,
&lt;BR /&gt;I need to escape quotes but i have a problem.
&lt;BR /&gt;I was tried this with replace and replaceAll ("\"","") but doesn't work, i was tried too with replace("&amp;amp;quote",""), but doesn't work
&lt;BR /&gt;I need remove this quotes before to upload my data, can you help me please?
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt;Edit: CSV options: 
&lt;BR /&gt;-&amp;gt;field separator: "/t" 
&lt;BR /&gt;-&amp;gt;Text enclosure "\"" 
&lt;BR /&gt;-&amp;gt;Escape char "\""</description>
    <pubDate>Thu, 06 Mar 2014 12:41:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-06T12:41:55Z</dc:date>
    <item>
      <title>[resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235695#M24658</link>
      <description>Hello community,
&lt;BR /&gt;I need to escape quotes but i have a problem.
&lt;BR /&gt;I was tried this with replace and replaceAll ("\"","") but doesn't work, i was tried too with replace("&amp;amp;quote",""), but doesn't work
&lt;BR /&gt;I need remove this quotes before to upload my data, can you help me please?
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt;Edit: CSV options: 
&lt;BR /&gt;-&amp;gt;field separator: "/t" 
&lt;BR /&gt;-&amp;gt;Text enclosure "\"" 
&lt;BR /&gt;-&amp;gt;Escape char "\""</description>
      <pubDate>Thu, 06 Mar 2014 12:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235695#M24658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235696#M24659</link>
      <description>Have you tried with tReplace component?
&lt;BR /&gt;While using it, please uncheck 'whole word' option.
&lt;BR /&gt;Input Column: Column where this special character has to be removed
&lt;BR /&gt;Search: The character to be removed (here it is "\"" )
&lt;BR /&gt;Replace With: ""
&lt;BR /&gt;Whole Word: Uncheck it ****</description>
      <pubDate>Thu, 06 Mar 2014 12:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235696#M24659</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-06T12:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235697#M24660</link>
      <description>ok, i read the edit now. I will try it and i will post the result&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 06 Mar 2014 13:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235697#M24660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235698#M24661</link>
      <description>Place a tReplace component after the source and as mentioned above configure that component. The output of that component will not have the escape/special character. Put a tLogRow component as the output to tReplace and you can check the result.&lt;BR /&gt;Once confirmed, put the real output component like DB output or flat file output&lt;BR /&gt;Cheers.</description>
      <pubDate>Thu, 06 Mar 2014 13:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235698#M24661</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-06T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235699#M24662</link>
      <description>I try it and now its works! thank you so much bkar!&lt;BR /&gt;Best regards, Víctor</description>
      <pubDate>Thu, 06 Mar 2014 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235699#M24662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235700#M24663</link>
      <description>Nice to hear that it works for you...&lt;BR /&gt;Happy coding..&lt;BR /&gt;Please mark this post as resolved...&lt;BR /&gt;Cheers,&lt;BR /&gt;Karthikeyan</description>
      <pubDate>Thu, 06 Mar 2014 15:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235700#M24663</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-06T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235701#M24664</link>
      <description>sorry i was working in a client and i haven't time, i click on "Set this topic as resolved" but idk if this works, sorry! I have little skill..</description>
      <pubDate>Wed, 09 Apr 2014 17:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2235701#M24664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Escape quotes in tMap?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2428148#M140320</link>
      <description>&lt;P&gt;I had the same problem in a tmap and&amp;nbsp;.replace(" \"", "") worked fine for me.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Escape-quotes-in-tMap/m-p/2428148#M140320</guid>
      <dc:creator>HungryOctopus</dc:creator>
      <dc:date>2024-03-07T09:27:39Z</dc:date>
    </item>
  </channel>
</rss>

