<?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: How to read file having \x01 delimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309916#M81095</link>
    <description>Hi,&lt;BR /&gt;Following are some sample records of the file -&lt;BR /&gt;50882013-05-28114&lt;BR /&gt;50882013-06-11135&lt;BR /&gt;50882013-06-26175&lt;BR /&gt;50882013-07-01141&lt;BR /&gt;50882013-07-02181&lt;BR /&gt;50882013-07-0311&lt;BR /&gt;50882013-07-03125&lt;BR /&gt;50882013-07-03131&lt;BR /&gt;50882013-07-03171&lt;BR /&gt;50882013-07-0571&lt;BR /&gt;"\x01" is an invisible delimiter which cant be typed from keyboad. this file is generated by Ab Initio and we are trying to read this file but we are not able to. Here is the file format -&lt;BR /&gt;record&lt;BR /&gt;  utf8 string("\x01", maximum_length=4) whse /*VARCHAR(4)*/;&lt;BR /&gt;  date("YYYY-MM-DD")("\x01") date_time /*DATE*/;&lt;BR /&gt;  decimal("\x01") date_hours /*INTEGER*/;&lt;BR /&gt;  decimal("\x01") cartoncount /*INTEGER NOT NULL*/;&lt;BR /&gt;  string(1) newline = "\n";&lt;BR /&gt;end&lt;BR /&gt;Please help me on this.&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhusudan</description>
    <pubDate>Mon, 14 Oct 2013 06:14:52 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-10-14T06:14:52Z</dc:date>
    <item>
      <title>How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309913#M81092</link>
      <description>Hi,&lt;BR /&gt;I am trying to read files having \x01 delimited but I am getting error as invalid excape. Please help.&lt;BR /&gt;THank you.</description>
      <pubDate>Fri, 11 Oct 2013 18:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309913#M81092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-11T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309914#M81093</link>
      <description>Hi, 
&lt;BR /&gt;Could you please show us some fragment of your input file so that we can know your situation more precisely.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sat, 12 Oct 2013 05:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309914#M81093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-12T05:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309915#M81094</link>
      <description>The delimiter in the tFileInputDelimited as a Java String. What ever is necessary to declare your delimiter as Java String is the right thing to setup the component.&lt;BR /&gt;Use that as field delimiter:&lt;BR /&gt;String.valueOf(Character.toChars(01))</description>
      <pubDate>Sun, 13 Oct 2013 13:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309915#M81094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-13T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309916#M81095</link>
      <description>Hi,&lt;BR /&gt;Following are some sample records of the file -&lt;BR /&gt;50882013-05-28114&lt;BR /&gt;50882013-06-11135&lt;BR /&gt;50882013-06-26175&lt;BR /&gt;50882013-07-01141&lt;BR /&gt;50882013-07-02181&lt;BR /&gt;50882013-07-0311&lt;BR /&gt;50882013-07-03125&lt;BR /&gt;50882013-07-03131&lt;BR /&gt;50882013-07-03171&lt;BR /&gt;50882013-07-0571&lt;BR /&gt;"\x01" is an invisible delimiter which cant be typed from keyboad. this file is generated by Ab Initio and we are trying to read this file but we are not able to. Here is the file format -&lt;BR /&gt;record&lt;BR /&gt;  utf8 string("\x01", maximum_length=4) whse /*VARCHAR(4)*/;&lt;BR /&gt;  date("YYYY-MM-DD")("\x01") date_time /*DATE*/;&lt;BR /&gt;  decimal("\x01") date_hours /*INTEGER*/;&lt;BR /&gt;  decimal("\x01") cartoncount /*INTEGER NOT NULL*/;&lt;BR /&gt;  string(1) newline = "\n";&lt;BR /&gt;end&lt;BR /&gt;Please help me on this.&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhusudan</description>
      <pubDate>Mon, 14 Oct 2013 06:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309916#M81095</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-10-14T06:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309917#M81096</link>
      <description>can you show us hexadecimal view of record,</description>
      <pubDate>Mon, 14 Oct 2013 07:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309917#M81096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T07:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309918#M81097</link>
      <description>&lt;P&gt;To read the AbI file delimited by Ctrl+A, you can use&amp;nbsp;"\001" as field delimiter.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 16:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309918#M81097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T16:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309919#M81098</link>
      <description>&lt;P&gt;Is this problem resolved ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm asking because I've to deal with similar scenario where I need to replace all &lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;\x01&lt;/STRONG&gt;&lt;/FONT&gt; in data by empty string. Please suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 21:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309919#M81098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T21:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to read file having \x01 delimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309920#M81099</link>
      <description>&lt;P&gt;you can use replace function&lt;/P&gt;&lt;P&gt;myValue.replaceAll("\u0000",&amp;nbsp;"")&lt;/P&gt;&lt;P&gt;myValue.replaceAll("\001",&amp;nbsp;"")&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 22:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-file-having-x01-delimited/m-p/2309920#M81099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T22:12:37Z</dc:date>
    </item>
  </channel>
</rss>

