<?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 Conversion of byte or blob column into  Byte( Base64) into BigQuery in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034137#M4894</link>
    <description>&lt;P&gt;HI Everyone,&lt;/P&gt;
&lt;P&gt;While replicating data from Oracle to BigQuery. The raw/Bytes/Blob columns are&amp;nbsp; coming in as BYTE(BASE64).&lt;/P&gt;
&lt;P&gt;I want the data to be&amp;nbsp;integrated in Byte(Hexadecimal).&lt;BR /&gt;I tried using hex function at column level but it doesn't work.&lt;BR /&gt;Does Qlik Replicate support inserting data in Byte(hexadecimal) datatype in BigQuery&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you in Advance&lt;/P&gt;</description>
    <pubDate>Sat, 04 Feb 2023 11:01:31 GMT</pubDate>
    <dc:creator>kishetty03</dc:creator>
    <dc:date>2023-02-04T11:01:31Z</dc:date>
    <item>
      <title>Conversion of byte or blob column into  Byte( Base64) into BigQuery</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034137#M4894</link>
      <description>&lt;P&gt;HI Everyone,&lt;/P&gt;
&lt;P&gt;While replicating data from Oracle to BigQuery. The raw/Bytes/Blob columns are&amp;nbsp; coming in as BYTE(BASE64).&lt;/P&gt;
&lt;P&gt;I want the data to be&amp;nbsp;integrated in Byte(Hexadecimal).&lt;BR /&gt;I tried using hex function at column level but it doesn't work.&lt;BR /&gt;Does Qlik Replicate support inserting data in Byte(hexadecimal) datatype in BigQuery&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you in Advance&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 11:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034137#M4894</guid>
      <dc:creator>kishetty03</dc:creator>
      <dc:date>2023-02-04T11:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of byte or blob column into  Byte( Base64) into BigQuery</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034172#M4895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;kishetty03,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;I am attaching a link to an article that will show how to get an Oracle&amp;nbsp; CLOB value out of oracle and allow a string function to used on it. In the example I used a replace function, for your use case the Hex() function should work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Transformation-Source-Lookup-CLOB-datatype-limitations-on-string/ta-p/1987353/message-revision/1987353:1" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Transformation-Source-Lookup-CLOB-datatype-limitations-on-string/ta-p/1987353/message-revision/1987353:1&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;For Oracle BLOB you need to add an explicate conversion around the Blob field:&lt;BR /&gt;&lt;SPAN&gt;UTL_RAW.CAST_TO_VARCHAR2()&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;source_lookup(1,'DBO','MyClob','UTL_RAW.CAST_TO_VARCHAR2(MyClob)','MyID=?',$MyID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;So for your Blob fields you will do the same source lookup and add the cast function to the Blob field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I hope this helps out.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link" aria-disabled="true"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Michael&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="messageEditor_1235387c77905e8_0" class="MessageEditor"&gt;&lt;A id="previewButton_1235387c77905e8_13cd0" class="lia-link-navigation lia-message-editor-preview-button" href="https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034137#" target="_blank"&gt;PREVIEW&lt;/A&gt;
&lt;DIV class="lia-js-block-events"&gt;
&lt;DIV class="lia-form-row lia-form-body-entry"&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-standard"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="lia-form-input-wrapper"&gt;
&lt;DIV id="rich_1235387c77905e8_13cd0" class="message-body-editor lia-inline-message-body-editor"&gt;
&lt;DIV class="lia-inline-ajax-feedback"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="mceu_91" class="mce-tinymce mce-container mce-panel lia-editor-gte-2" tabindex="-1" role="application"&gt;
&lt;DIV id="mceu_91-body" class="mce-container-body mce-stack-layout"&gt;
&lt;DIV id="mceu_92" class="mce-top-part mce-container mce-stack-layout-item mce-first"&gt;
&lt;DIV id="mceu_92-body" class="mce-container-body"&gt;
&lt;DIV id="mceu_93" class="mce-toolbar-grp mce-container mce-panel mce-first mce-last" tabindex="-1" role="group"&gt;
&lt;DIV id="mceu_93-body" class="mce-container-body mce-stack-layout"&gt;
&lt;DIV id="mceu_94" class="mce-container mce-toolbar mce-stack-layout-item mce-first" role="toolbar"&gt;
&lt;DIV id="mceu_94-body" class="mce-container-body mce-flow-layout"&gt;
&lt;DIV id="mceu_95" class="mce-container mce-flow-layout-item mce-first mce-last mce-btn-group" role="group"&gt;
&lt;DIV id="mceu_95-body"&gt;
&lt;DIV id="mceu_53" class="mce-widget mce-btn mce-btn-small lia-mce-toolbar-bold" tabindex="-1" role="button" aria-pressed="false" aria-label="Bold"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Feb 2023 23:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Conversion-of-byte-or-blob-column-into-Byte-Base64-into-BigQuery/m-p/2034172#M4895</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-02-04T23:10:23Z</dc:date>
    </item>
  </channel>
</rss>

