<?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: Handling duplicates and validations in Qlik replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2033982#M4871</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the post and as per the update from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149534"&gt;@KellyHobson&lt;/a&gt;&amp;nbsp;can you confirm this as a Solution? Please let us know.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 15:57:46 GMT</pubDate>
    <dc:creator>Bill_Steinagle</dc:creator>
    <dc:date>2023-02-03T15:57:46Z</dc:date>
    <item>
      <title>Handling duplicates and validations in Qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2031915#M4852</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;How to handle duplicate records or duplicate tables in Qlik replicate. Also how to validate the data once ingested into the target database.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 07:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2031915#M4852</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2023-01-31T07:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Handling duplicates and validations in Qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2032042#M4853</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here are some helpful articles about troubleshooting duplicate data:&lt;/P&gt;
&lt;P&gt;1. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Duplicate-Data-Troubleshooting-Guide/ta-p/1691698" target="_blank" rel="noopener"&gt;Troubleshooting guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Handling-Duplicate-Rows-when-doing-a-Full-Load-in-Replicate/tac-p/1768886" target="_blank" rel="noopener"&gt;Duplicate rows when doing a full load&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3. &lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Duplicate-records-with-Full-Load-and-Store-Changes-on-a-task/td-p/1897383" target="_blank" rel="noopener"&gt;See reply about cacheing on this question&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For validating in the target db, this depends on the target endpoint type but generally is set of queries to check for duplicate records.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;SELECT column1, column2, count(*)&lt;BR /&gt;FROM table_name&lt;BR /&gt;GROUP BY column1, column2&lt;BR /&gt;HAVING count(*) &amp;gt; 1;&lt;/P&gt;
&lt;P&gt;This query will return all rows that have duplicate values in column1 and column2. The count column will show the number of duplicates for each group.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 10:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2032042#M4853</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2023-01-31T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Handling duplicates and validations in Qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2033982#M4871</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the post and as per the update from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149534"&gt;@KellyHobson&lt;/a&gt;&amp;nbsp;can you confirm this as a Solution? Please let us know.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 15:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handling-duplicates-and-validations-in-Qlik-replicate/m-p/2033982#M4871</guid>
      <dc:creator>Bill_Steinagle</dc:creator>
      <dc:date>2023-02-03T15:57:46Z</dc:date>
    </item>
  </channel>
</rss>

