<?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 convert BLOB to String or table of content in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-BLOB-to-String-or-table-of-content/m-p/2244380#M30548</link>
    <description>hi&lt;BR /&gt;Can somebody provide the procedure to convert BLOB which is java object stored in MYSQL database to String or table of content&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bharath</description>
    <pubDate>Sat, 16 Nov 2024 10:49:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:49:02Z</dc:date>
    <item>
      <title>How to convert BLOB to String or table of content</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-BLOB-to-String-or-table-of-content/m-p/2244380#M30548</link>
      <description>hi&lt;BR /&gt;Can somebody provide the procedure to convert BLOB which is java object stored in MYSQL database to String or table of content&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bharath</description>
      <pubDate>Sat, 16 Nov 2024 10:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-BLOB-to-String-or-table-of-content/m-p/2244380#M30548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert BLOB to String or table of content</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-BLOB-to-String-or-table-of-content/m-p/2244381#M30549</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Using a tMysqlInput to read the data from mysql table, select 'byte[]' from the Type list and select 'Blob' from the DB type on the schema of tMysqlInput, and then convert byte[] to string on a tMap, eg:
&lt;BR /&gt;tMysqlInput--main--tMap--out1--tLogRow
&lt;BR /&gt;on tMap, set the expression of column in the output table:
&lt;BR /&gt;new String(row1.blobColumnName)</description>
      <pubDate>Thu, 18 Feb 2016 10:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-BLOB-to-String-or-table-of-content/m-p/2244381#M30549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-18T10:02:06Z</dc:date>
    </item>
  </channel>
</rss>

