<?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: Issue with special characters in delimited file input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288402#M61897</link>
    <description>&lt;P&gt;In the end I solved it by using the "Create file delimited" command in the Metadata submenu in the Repository. &lt;/P&gt;&lt;P&gt;When I import the delimited file this way, it works without an issue for some reason...&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 15:12:33 GMT</pubDate>
    <dc:creator>LMontesP</dc:creator>
    <dc:date>2020-09-02T15:12:33Z</dc:date>
    <item>
      <title>Issue with special characters in delimited file input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288398#M61893</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have a problem with a .csv file (encoding is ISO-8859-15) that I am trying to import using a tFileInputDelimited.&lt;/P&gt;&lt;P&gt;Some of the fields in this file contain special characters such as "=", and the component seems to have a problem with that. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this error when executing the job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;At least job "test_job" has a compile errors, please fix and export again.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Error Line: 2565&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Detail Message: Syntax error on token "=", Expression expected after this token&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that I can't remove those characters (some are part of email addresses).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what should I do? Transform the .csv into some other file format? &lt;/P&gt;&lt;P&gt;Or is there a way to escape those characters that I am not aware of? Can you help me, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288398#M61893</guid>
      <dc:creator>LMontesP</dc:creator>
      <dc:date>2024-11-16T01:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with special characters in delimited file input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288399#M61894</link>
      <description>&lt;P&gt;@Laura Montes​&amp;nbsp;, this is one way that you read entire file using tFileInputRaw and replace = with  empty and then generate the file and read that file using tFileInputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 08:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288399#M61894</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-26T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with special characters in delimited file input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288400#M61895</link>
      <description>&lt;P&gt;Thank you for your answer. However, my problem is that I can't simply remove those characters with empty because they are part of important fields (for example, I have at least one email that goes something like "example=mail@domain.com"). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think there is any way to make the tFileInputDelimited ignore or escape those = characters? &lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 10:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288400#M61895</guid>
      <dc:creator>LMontesP</dc:creator>
      <dc:date>2020-08-26T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with special characters in delimited file input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288401#M61896</link>
      <description>&lt;P&gt;@Laura Montes​&amp;nbsp;, You can try to using escape character. &lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 10:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288401#M61896</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-26T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with special characters in delimited file input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288402#M61897</link>
      <description>&lt;P&gt;In the end I solved it by using the "Create file delimited" command in the Metadata submenu in the Repository. &lt;/P&gt;&lt;P&gt;When I import the delimited file this way, it works without an issue for some reason...&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 15:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-special-characters-in-delimited-file-input/m-p/2288402#M61897</guid>
      <dc:creator>LMontesP</dc:creator>
      <dc:date>2020-09-02T15:12:33Z</dc:date>
    </item>
  </channel>
</rss>

