<?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: [resolved] Converting Object(BLOB) to String in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283356#M57293</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As the third party custom components on Talend Exchange are created by Talend community users, we don't have the source code of these components. &amp;nbsp;It is the ownership of the person who built it. Feel free to contact the author please.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 03:15:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-15T03:15:50Z</dc:date>
    <item>
      <title>[resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283346#M57283</link>
      <description>Hi,&lt;BR /&gt;i'm trying to convert an Object field (Blob type) into String... actually i'm looking for a talend equivalent for "convert(column using utf8)".&lt;BR /&gt;That works in my case, but i have several fields to convert using talend... it there an alternative?&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 16 Oct 2015 19:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283346#M57283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283347#M57284</link>
      <description>Did you tried to set as Java type in the Talend schema for these kind of columns the type "String" ?</description>
      <pubDate>Fri, 16 Oct 2015 19:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283347#M57284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283348#M57285</link>
      <description>Hi jlolling,
&lt;BR /&gt;i used "(String)row1.column" in tmap but only gives me random characters
&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 16 Oct 2015 19:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283348#M57285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283349#M57286</link>
      <description>This cannot work because if you have in the schema the java type Object you will get a java.sql.Clob object and that cannot be cast to String.&lt;BR /&gt;Please edit the schema of the table and set the CLOB columns to the Java type String.&amp;nbsp;&lt;BR /&gt;In the tMap it is to late. You have to force the database input component to get the value as String and not as java.sql.Clob object.&amp;nbsp;</description>
      <pubDate>Fri, 16 Oct 2015 19:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283349#M57286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283350#M57287</link>
      <description>UPDATE:
&lt;BR /&gt;i've set the Java type to String and same results</description>
      <pubDate>Fri, 16 Oct 2015 19:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283350#M57287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283351#M57288</link>
      <description>Please show me a screenshot. I do the same and have problems with it.</description>
      <pubDate>Fri, 16 Oct 2015 19:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283351#M57288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283352#M57289</link>
      <description>Hey finally WORKS!!!&lt;BR /&gt;i've change the Schema as you said and it works...&lt;BR /&gt;Thank you so much</description>
      <pubDate>Fri, 16 Oct 2015 19:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283352#M57289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T19:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283353#M57290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to transfer clob data type from oracle to text file. in mapping we are using tjavarow and toraclerow. and we have to pass this column from tjavarow to toraclerow. I tried a lot but could not get solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 12:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283353#M57290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-07T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283354#M57291</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you are working with Oracle, you can use tOracleInput to read the CLOB column (Column Type can be set as Object).&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 07:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283354#M57291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-29T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283355#M57292</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Several times I tried to transfer the Oracle BLOB data to MEDIUMBLOB of MYSQL using customer components tLOBDownload , not working , if any configuration , please help.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Prabir&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 07:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283355#M57292</guid>
      <dc:creator>prbrganguly</dc:creator>
      <dc:date>2022-01-31T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283356#M57293</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As the third party custom components on Talend Exchange are created by Talend community users, we don't have the source code of these components. &amp;nbsp;It is the ownership of the person who built it. Feel free to contact the author please.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 03:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283356#M57293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-15T03:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Converting Object(BLOB) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283357#M57294</link>
      <description>Hello,
I transferred BLOB data from oracle to Mysql , using the talend compound  but the custom component tLOBDownload is not working at this conversion .
Thanks
Prabir</description>
      <pubDate>Tue, 15 Feb 2022 12:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Converting-Object-BLOB-to-String/m-p/2283357#M57294</guid>
      <dc:creator>prbrganguly</dc:creator>
      <dc:date>2022-02-15T12:32:24Z</dc:date>
    </item>
  </channel>
</rss>

