<?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: Issue in converting Binary datatype(BLOB in mysql) to String in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201364#M3480</link>
    <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&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;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on tMap, set the expression of column in the output table:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;new String(row1.blobColumnName)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Let us know if it is OK with you.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Thu, 16 Feb 2017 09:18:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-16T09:18:59Z</dc:date>
    <item>
      <title>Issue in converting Binary datatype(BLOB in mysql) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201363#M3479</link>
      <description>Hi,&lt;BR /&gt;&amp;nbsp; We are retrieving data using tmysqlinput. For a particular column we want to convert the binary(BLOB datatype in mysql DB) datatype to string and store it into mysql database.Please let us know how to convert it.&lt;BR /&gt;Thanks,</description>
      <pubDate>Sat, 16 Nov 2024 10:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201363#M3479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in converting Binary datatype(BLOB in mysql) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201364#M3480</link>
      <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&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;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on tMap, set the expression of column in the output table:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;new String(row1.blobColumnName)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Let us know if it is OK with you.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201364#M3480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in converting Binary datatype(BLOB in mysql) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201365#M3481</link>
      <description>Hi,&lt;BR /&gt;&amp;nbsp;We have tried as per your suggestion we got&amp;nbsp;[B@5f341870 like this records.but that column contains 16 digits uuid.&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 16 Feb 2017 10:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201365#M3481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T10:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in converting Binary datatype(BLOB in mysql) to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201366#M3482</link>
      <description>&lt;P&gt;having the same issue moving data from MS SQL server, on a column that is data type binary (length 20). Anyone have an answer for this?&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RjzcnAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136515i4C5E03AC5F416F00/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RjzcnAAB.png" alt="0695b00000RjzcnAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 14:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-converting-Binary-datatype-BLOB-in-mysql-to-String/m-p/2201366#M3482</guid>
      <dc:creator>Vinnie_Pisaniello</dc:creator>
      <dc:date>2022-06-09T14:28:57Z</dc:date>
    </item>
  </channel>
</rss>

