<?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 Convert hex to raw, load to DB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-hex-to-raw-load-to-DB/m-p/2338472#M106702</link>
    <description>We have a file with a hex datatype that has special characters when converted. Trying to use talend to convert this to raw and then load to a postgres database.&amp;nbsp;&lt;BR /&gt;We are using tMap to call a routine which uses the hex data column as the input similar to this post. &lt;BR /&gt;Running into issues trying to then load to database. Wondering if this a talend issue (known that they've said they don't support hex conversions) or a database issue.&lt;BR /&gt;Get the error message on the insert where it seems the insert statement can't read some of the special characters.&lt;BR /&gt;Any advice appreciated.&amp;nbsp;</description>
    <pubDate>Tue, 26 Jul 2016 14:45:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-26T14:45:44Z</dc:date>
    <item>
      <title>Convert hex to raw, load to DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-hex-to-raw-load-to-DB/m-p/2338472#M106702</link>
      <description>We have a file with a hex datatype that has special characters when converted. Trying to use talend to convert this to raw and then load to a postgres database.&amp;nbsp;&lt;BR /&gt;We are using tMap to call a routine which uses the hex data column as the input similar to this post. &lt;BR /&gt;Running into issues trying to then load to database. Wondering if this a talend issue (known that they've said they don't support hex conversions) or a database issue.&lt;BR /&gt;Get the error message on the insert where it seems the insert statement can't read some of the special characters.&lt;BR /&gt;Any advice appreciated.&amp;nbsp;</description>
      <pubDate>Tue, 26 Jul 2016 14:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-hex-to-raw-load-to-DB/m-p/2338472#M106702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert hex to raw, load to DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-hex-to-raw-load-to-DB/m-p/2338473#M106703</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;We have a file with a hex datatype that has special characters when converted. Trying to use talend to convert this to raw and then load to a postgres database.&amp;nbsp;&lt;BR /&gt;We are using tMap to call a routine which uses the hex data column as the input similar to this post. &lt;BR /&gt;Running into issues trying to then load to database. Wondering if this a talend issue (known that they've said they don't support hex conversions) or a database issue.&lt;BR /&gt;Get the error message on the insert where it seems the insert statement can't read some of the special characters.&lt;BR /&gt;Any advice appreciated.&amp;nbsp;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;if you write to a character field in postgres: pg does not allow 0x00 !!! you Need to replace this first or write into varbinary field.
&lt;BR /&gt;HTH
&lt;BR /&gt;PS: see the postgreslog for detailed errormessages or switch off batchmode in the component to see what really happens</description>
      <pubDate>Tue, 26 Jul 2016 16:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-hex-to-raw-load-to-DB/m-p/2338473#M106703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T16:45:41Z</dc:date>
    </item>
  </channel>
</rss>

