<?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: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305422#M77077</link>
    <description>\ worked for me as suggested by Shong in #2
&lt;BR /&gt;Cheers !
&lt;BR /&gt;Bharat</description>
    <pubDate>Mon, 08 Aug 2011 15:13:38 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-08-08T15:13:38Z</dc:date>
    <item>
      <title>tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305415#M77070</link>
      <description>Hello,
&lt;BR /&gt;I have a csv file with all fields enclosed in double quotes and a pipe ('|') seperating the fields.
&lt;BR /&gt;Ex:
&lt;BR /&gt;"1001"|"234"|"0011"|"W2"|"1001-234"|"Textual field info"|"85"|"W2"|"0011"|"Smith, Joe"
&lt;BR /&gt;I am trying to use this file and have it strip the double quotes from the fields when using it.
&lt;BR /&gt;I have tried setting the CSV options with 'Text Enclosure' set to """ , and without it, and none strip them out.
&lt;BR /&gt;Any suggestions?
&lt;BR /&gt;thanks.</description>
      <pubDate>Sat, 16 Nov 2024 13:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305415#M77070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305416#M77071</link>
      <description>Hello 
&lt;BR /&gt;You need aslo set the escape char "\"".
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 12 Jan 2010 08:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305416#M77071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-12T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305417#M77072</link>
      <description>It turns out that I need to set 'Text Enclosure' to ' "\"" ' and not ' """ " as you would expect.&lt;BR /&gt;If my fields are already enclosed in double quotes, what is the difference in usage or definition of &lt;BR /&gt;' """ '&lt;BR /&gt;and&lt;BR /&gt;' "\"" '&lt;BR /&gt;?&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 13 Jan 2010 16:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305417#M77072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T16:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305418#M77073</link>
      <description>the backslash tells java to interpret the next character *literally* not as a part of the program. since double quotes are used to delimit strings in java programs, you need to backslash them when you want to refer to the double quote itself.</description>
      <pubDate>Wed, 13 Jan 2010 18:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305418#M77073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T18:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305419#M77074</link>
      <description>Since my project that I have created in Talend is java, I have to select the ' "\"" ' version,&lt;BR /&gt;but if it was in Perl, I would choose ' """ ' version...for the same file?</description>
      <pubDate>Wed, 13 Jan 2010 18:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305419#M77074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T18:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305420#M77075</link>
      <description>Hello 
&lt;BR /&gt;In perl project, set 
&lt;BR /&gt;escape char '"'
&lt;BR /&gt;text enclosure '"'
&lt;BR /&gt;Bes regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 14 Jan 2010 06:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305420#M77075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-14T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305421#M77076</link>
      <description>So for the same file, I have to know how the language I select functions and handles quotes to know which escaping and enclosing method to chose?
&lt;BR /&gt;Usability wise, it would make more sense to have the application handle that behind the scenes and allow me to just choose the actual enclosure and escape string rather than to know what is going to happen within the code.
&lt;BR /&gt;So the choices should be just ' " ' or ' \" '
&lt;BR /&gt;hope that makes sense.
&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 14 Jan 2010 14:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305421#M77076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-14T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305422#M77077</link>
      <description>\ worked for me as suggested by Shong in #2
&lt;BR /&gt;Cheers !
&lt;BR /&gt;Bharat</description>
      <pubDate>Mon, 08 Aug 2011 15:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305422#M77077</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-08-08T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimted : fields enclosd in double quotes W pipe delimiter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305423#M77078</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar issue with below format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A|B|C|D&lt;/P&gt;&lt;P&gt;1|"Hello     &amp;lt;carriagereturn&amp;gt;&lt;/P&gt;&lt;P&gt;world&amp;lt;carriagereturn&amp;gt;&lt;/P&gt;&lt;P&gt;"bob"&amp;lt;carriagereturn&amp;gt;&lt;/P&gt;&lt;P&gt;welcome to&amp;lt;carriagereturn&amp;gt;&lt;/P&gt;&lt;P&gt;talend&amp;lt;carriagereturn&amp;gt;&lt;/P&gt;&lt;P&gt;testing"|77|66&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case  "\"" does not work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 10:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimted-fields-enclosd-in-double-quotes-W-pipe/m-p/2305423#M77078</guid>
      <dc:creator>cdhemant</dc:creator>
      <dc:date>2020-07-30T10:20:21Z</dc:date>
    </item>
  </channel>
</rss>

