<?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 achieve SCD1 using Redshift Bulk component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249474#M34001</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I'm trying to achieve SCD1 functionality using&amp;nbsp;&lt;SPAN&gt;tRedshiftOutputBulkExec component. I'm able to&amp;nbsp;develop this using tRedShiftOutput component. But this is very slow as I've a huge no.of records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If we look at tMySqkBulkExec component there is an option called 'Action on Data'. But I don't see this&amp;nbsp;option in&amp;nbsp;tRedshiftOutputBulkExec component. Can we achieve somehow SCD1 using&amp;nbsp;tRedshiftOutputBulkExec?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I really don't want to use tRedShiftOutput component. I want to use only bulk component.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:41:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:41:16Z</dc:date>
    <item>
      <title>How to achieve SCD1 using Redshift Bulk component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249474#M34001</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I'm trying to achieve SCD1 functionality using&amp;nbsp;&lt;SPAN&gt;tRedshiftOutputBulkExec component. I'm able to&amp;nbsp;develop this using tRedShiftOutput component. But this is very slow as I've a huge no.of records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If we look at tMySqkBulkExec component there is an option called 'Action on Data'. But I don't see this&amp;nbsp;option in&amp;nbsp;tRedshiftOutputBulkExec component. Can we achieve somehow SCD1 using&amp;nbsp;tRedshiftOutputBulkExec?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I really don't want to use tRedShiftOutput component. I want to use only bulk component.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249474#M34001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCD1 using Redshift Bulk component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249475#M34002</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you tried to use &lt;SPAN class="emphasis"&gt;tRedshiftOutputBulk&lt;/SPAN&gt; and &lt;SPAN class="emphasis"&gt;tRedshiftBulkExec&lt;/SPAN&gt; components instead of &lt;SPAN&gt;tRedshiftOutputBulkExec?&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="section" lang="en"&gt;
&lt;P&gt;The &lt;SPAN class="emphasis"&gt;tRedshiftOutputBulk&lt;/SPAN&gt; and &lt;SPAN class="emphasis"&gt;tRedshiftBulkExec&lt;/SPAN&gt; components can be used together in a two step process to load data to Amazon Redshift from a delimited/CSV file on Amazon S3.&lt;/P&gt;
&lt;DIV class="section" lang="en"&gt;
&lt;P&gt;The advantage of using two separate steps is that the data can be transformed before it is loaded to Amazon Redshift.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249475#M34002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-05T05:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve SCD1 using Redshift Bulk component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249476#M34003</link>
      <description>Hi, thank you for your reply.
&lt;BR /&gt;
&lt;BR /&gt;I don't see option called 'Insert or Update' on tRedShiftOutputBulk
&lt;BR /&gt;component
&lt;BR /&gt;
&lt;BR /&gt;Please help me how to update records using bulk component
&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2017 06:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-SCD1-using-Redshift-Bulk-component/m-p/2249476#M34003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-05T06:14:09Z</dc:date>
    </item>
  </channel>
</rss>

