<?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: Adding a BLOB column to transformation in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509672#M13873</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general for LOB columns Replicate performs a separate lookup therefore, the transfomation rule you have to use here is source_lookup to get the requested value and assign it to the new column.&amp;nbsp;&lt;BR /&gt;FYI - the following community article includes additional related information:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Transformation-Source-Lookup-CLOB-datatype/ta-p/1987353" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Transformation-Source-Lookup-CLOB-datatype/ta-p/1987353&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 08:51:20 GMT</pubDate>
    <dc:creator>OritA</dc:creator>
    <dc:date>2025-03-13T08:51:20Z</dc:date>
    <item>
      <title>Adding a BLOB column to transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509598#M13872</link>
      <description>&lt;P&gt;replication from Oracle to SQL Server&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;May 2024 (2024.5.0.511)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm trying to add a BLOB column to a table. The table currently has a BLOB column, and I'm trying to move that data from the current column to a newly added column on the target. The newly added column does not exists on the source. I add the column in transformation and put the column in the expression,&amp;nbsp; but the value does not show up in the new column on the target. I can still get the data to show up in the current column on the table. But I can not get the data to show up in the new column.&lt;/P&gt;&lt;P&gt;Here's the json of the new column, the current column is CLNDR_DATA&lt;/P&gt;&lt;P&gt;"transform_columns": [{&lt;BR /&gt;"column_name": "",&lt;BR /&gt;"new_column_name": "BIN_CLNDR_DATA",&lt;BR /&gt;"action": "ADD",&lt;BR /&gt;"new_data_type": "kAR_DATA_TYPE_BLOB",&lt;BR /&gt;"computation_expression": $CLNDR_DATA"&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 18:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509598#M13872</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-12T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a BLOB column to transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509672#M13873</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general for LOB columns Replicate performs a separate lookup therefore, the transfomation rule you have to use here is source_lookup to get the requested value and assign it to the new column.&amp;nbsp;&lt;BR /&gt;FYI - the following community article includes additional related information:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Transformation-Source-Lookup-CLOB-datatype/ta-p/1987353" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Transformation-Source-Lookup-CLOB-datatype/ta-p/1987353&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 08:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509672#M13873</guid>
      <dc:creator>OritA</dc:creator>
      <dc:date>2025-03-13T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a BLOB column to transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509696#M13876</link>
      <description>&lt;P&gt;Thanks, but how I set my source to accept data enrichment ? We are using Oracle.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;]W: Source endpoint does not support data enrichment feature (expression_calc.c:2225)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 10:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509696#M13876</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-13T10:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a BLOB column to transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509699#M13877</link>
      <description>&lt;P&gt;Sorry about the previous post, I was using logstream, switched that out and got&lt;/P&gt;&lt;P&gt;ORA-00932: inconsistent datatypes: expected CHAR got BLOB [1020436] (oracle_endpoint_unload.c:1752)&lt;/P&gt;&lt;P&gt;The new column is defined as BLOB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source_lookup('1','ADMUSER','CALENDAR','CLNDR_DATA','CLNDR_ID=:1',$CLNDR_ID)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 10:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Adding-a-BLOB-column-to-transformation/m-p/2509699#M13877</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2025-03-13T10:49:11Z</dc:date>
    </item>
  </channel>
</rss>

