<?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 How to export blob column to an XML file ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210650#M8983</link>
    <description>Hi,&lt;BR /&gt;I use an oracle 9.2.0.5, and TOS 2.3.3&lt;BR /&gt;I want to extract the content of my oracle blob column in an xmlfile.&lt;BR /&gt;I use tOracleInput with tMap to tFileOutputXml, but the result isn't correct &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;ID&amp;gt;1&amp;lt;/ID&amp;gt;&lt;BR /&gt;&amp;lt;IMAGE&amp;gt;oracle.sql.BLOB@13ad085&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;ID&amp;gt;2&amp;lt;/ID&amp;gt;&lt;BR /&gt;&amp;lt;IMAGE&amp;gt;oracle.sql.BLOB@4fce71&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;How can i do ?&lt;BR /&gt;It is possible...</description>
    <pubDate>Sat, 16 Nov 2024 14:20:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:20:04Z</dc:date>
    <item>
      <title>How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210650#M8983</link>
      <description>Hi,&lt;BR /&gt;I use an oracle 9.2.0.5, and TOS 2.3.3&lt;BR /&gt;I want to extract the content of my oracle blob column in an xmlfile.&lt;BR /&gt;I use tOracleInput with tMap to tFileOutputXml, but the result isn't correct &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;ID&amp;gt;1&amp;lt;/ID&amp;gt;&lt;BR /&gt;&amp;lt;IMAGE&amp;gt;oracle.sql.BLOB@13ad085&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;ID&amp;gt;2&amp;lt;/ID&amp;gt;&lt;BR /&gt;&amp;lt;IMAGE&amp;gt;oracle.sql.BLOB@4fce71&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;How can i do ?&lt;BR /&gt;It is possible...</description>
      <pubDate>Sat, 16 Nov 2024 14:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210650#M8983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210651#M8984</link>
      <description>Hello
&lt;BR /&gt;Can you upload a screenshot of your tOracleInput schema and what's your expected result?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 18 Jun 2008 04:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210651#M8984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-18T04:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210652#M8985</link>
      <description>Hello,&lt;BR /&gt;I want this result &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;ROWSET&amp;gt;&lt;BR /&gt; &amp;lt;ROW&amp;gt;&lt;BR /&gt;  &amp;lt;ID&amp;gt;1&amp;lt;/ID&amp;gt;&lt;BR /&gt;  &amp;lt;IMAGE&amp;gt;3026B2758E66CF11A6D900AA0062CE6C7A0A00.......0020&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt; &amp;lt;/ROW&amp;gt;&lt;BR /&gt; &amp;lt;ROW&amp;gt;&lt;BR /&gt;  &amp;lt;ID&amp;gt;2&amp;lt;/ID&amp;gt;&lt;BR /&gt;  &amp;lt;IMAGE&amp;gt;FFD8FFE000104A464946000101010060006000........606476A181FFFD9&amp;lt;/IMAGE&amp;gt;&lt;BR /&gt; &amp;lt;/ROW&amp;gt;&lt;BR /&gt; &amp;lt;/ROWSET&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;My screenshot it is correct ?&lt;BR /&gt;Stéphane</description>
      <pubDate>Thu, 19 Jun 2008 16:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210652#M8985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-19T16:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210653#M8986</link>
      <description>Hello Stéphane
&lt;BR /&gt;I can't see your screenshot. There is a related 1753
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 20 Jun 2008 02:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210653#M8986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-20T02:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210654#M8987</link>
      <description>My screenshot it is correct ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKf.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154165iCB84E55B6E53A094/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKf.jpg" alt="0683p000009MCKf.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210654#M8987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-30T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210655#M8988</link>
      <description>Anybody help me with my beautiful screenshot ? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210655#M8988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-01T09:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210656#M8989</link>
      <description>Hello,&lt;BR /&gt;I have the same issue.... I have a table in Oracle 10g that has a single column of type CLOB. It contains a fully-formed XML file. &lt;BR /&gt;I would like to read this table and output the data in the column to an XML file. When I do this using the tFileOutputXML, I get a nothing in the file.&lt;BR /&gt;Please help!&lt;BR /&gt;Thanks&lt;BR /&gt;Will</description>
      <pubDate>Fri, 28 May 2010 23:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210656#M8989</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2010-05-28T23:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210657#M8990</link>
      <description>Hello,
&lt;BR /&gt;I am in the same situation, have XML file in CLOB column in database and want to read it, write it into SOAP template and send it to web service. In my case I try to retreive the CLOB column using database functio. Based on the Talend mapping I tried to get this type of data into Object type, but then error occured. I have workaround for this behavior creating Talend routine on my own, but I lost the beauty of component schema.
&lt;BR /&gt;As soon as I used tOracleSP component for retreiving CLOB data type I linked the bug to it, progress could be found at:
&lt;BR /&gt;
&lt;A href="http://talendforge.org/bugs/view.php?id=16994" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/bugs/view.php?id=16994&lt;/A&gt;
&lt;BR /&gt;Did anyone already find solution related to this issue?
&lt;BR /&gt;Best regards,
&lt;BR /&gt;archenroot</description>
      <pubDate>Wed, 10 Nov 2010 08:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210657#M8990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-10T08:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210658#M8991</link>
      <description>Hey Even I'm stuck with the same issue.&lt;BR /&gt;Need to export clob value to XML file.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Fri, 03 Dec 2010 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210658#M8991</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-12-03T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export blob column to an XML file ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210659#M8992</link>
      <description>Well this seems to be well resolved issue which I already checked and it works in order. 
&lt;BR /&gt;There was a bad object mapping issue I reported as bug, this was related to both BLOB and CLOB data types. Take again look at the bug report at: 
&lt;A href="http://www.talendforge.org/bugs/view.php?id=16994" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=16994&lt;/A&gt; 
&lt;BR /&gt;Just remember that this issue has been reported to the only component tOracleSP!!! If you experience issues with these data types with different component, you schould report bug new bug or update the on mentioned above, so they could fix this for your component. 
&lt;BR /&gt;To solve this behavior just wait for new release or download already patched files from talend svn server at: 
&lt;BR /&gt; 
&lt;A href="http://talendforge.org/trac/tos/changeset/51410" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/trac/tos/changeset/51410&lt;/A&gt; 
&lt;BR /&gt;There are 3 files to download. Steps to make it work: 
&lt;BR /&gt;1.] download the files from SVN 
&lt;BR /&gt;2.] locate the directory of your component in Talend product folder 
&lt;BR /&gt;3.] replace current files with new 3 ones 
&lt;BR /&gt;4.] restart Talend and thats it 
&lt;BR /&gt;from this point the CLOB and BLOB data types are returned as String data type. 
&lt;BR /&gt;Hope it helps. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Ladislav Jech</description>
      <pubDate>Fri, 03 Dec 2010 12:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-export-blob-column-to-an-XML-file/m-p/2210659#M8992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-03T12:58:29Z</dc:date>
    </item>
  </channel>
</rss>

