<?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: Duplicate check in  DataFlux in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826558#M20491</link>
    <description>&lt;P&gt;Hello Audrey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really tankful to you for this. i wanted to directly write to you however i couldn't or i didn't find option to write you directly. thanks for your help and it worked for me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dheeraj&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 06:52:15 GMT</pubDate>
    <dc:creator>lambad</dc:creator>
    <dc:date>2022-08-02T06:52:15Z</dc:date>
    <item>
      <title>Duplicate check in  DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826425#M20489</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS DataFlux is new for me, i am trying to find duplicate in same data set&amp;nbsp; base on few criteria. i have created 3 Keys, KEY1, KEY2, KEY3 which are like KEY1= FirstName+LastName+EMailID+PhoneNumber+Accountnumber. Key2=&amp;nbsp;FirstName+LastName+EMailID+PhoneNumber. and Key3=&amp;nbsp;FirstName+LastName+EMailID&amp;nbsp;. Now i have challenge to make group base on these keys where i have to find:&lt;/P&gt;&lt;P&gt;Where Key1 qualifies for , those all 100% are Duplicate Records&lt;/P&gt;&lt;P&gt;Key2 will tell me, where all other detail is duplicate but different account number&lt;/P&gt;&lt;P&gt;Key3 will give where personal detail is duplicate but different Phone umber and account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i can make this in DataFlux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 12:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826425#M20489</guid>
      <dc:creator>lambad</dc:creator>
      <dc:date>2022-08-01T12:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate check in  DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826552#M20490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Data Management Studio, there's a function/node called Clustering under the Entity Resolution group.&lt;/P&gt;
&lt;P&gt;You can use it to create groups (or clusters) of records that match according to your rules. You will need to set a value in the "Output Cluster ID field", which will the name of the new column created to identify your groups.&lt;/P&gt;
&lt;P&gt;Then, in the Conditions, you can add as many matching Conditions as you want. In your case, I believe you should have 3: Key1, Key2 and Key3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could have used your fields without concatenating them in the Conditions like:&lt;/P&gt;
&lt;P&gt;Condition 1 = FirstName AND LastName AND EmailID AND PhoneNumber AND AccountNumber&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;Condition 2 =&amp;nbsp; FirstName AND LastName AND EmailID AND PhoneNumber&lt;/P&gt;
&lt;P&gt;OR&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condition 3 =&amp;nbsp; FirstName AND LastName AND EmailID.&lt;/P&gt;
&lt;P&gt;In the "More Options" button, the option "Condition matched field prefix" once checked will create new columns to tell you which condition matched.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also other capabilities like Matching that you could use, to do some fuzzy matching on your data. For example, in case you want to match people named "Jon Davis" and "John Davis". Take a look at the node called Matching and tell us if you have more questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Audrey&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>Tue, 02 Aug 2022 06:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826552#M20490</guid>
      <dc:creator>audrey</dc:creator>
      <dc:date>2022-08-02T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate check in  DataFlux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826558#M20491</link>
      <description>&lt;P&gt;Hello Audrey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really tankful to you for this. i wanted to directly write to you however i couldn't or i didn't find option to write you directly. thanks for your help and it worked for me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dheeraj&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 06:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Duplicate-check-in-DataFlux/m-p/826558#M20491</guid>
      <dc:creator>lambad</dc:creator>
      <dc:date>2022-08-02T06:52:15Z</dc:date>
    </item>
  </channel>
</rss>

