Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Analysis

Ayaanarjun-5885
8 - Asteroid

Hi,

 

Can we perform analysis among multiple records based on priority of certain attributes of fields. It is kind of comparison between records to extract the true and duplicate record based on few attributes. Records will have same name clustered in to groups as per the name. We have to find out which record is true record based on priority of attributes of few fields.

1 REPLY 1
Manoj_k
9 - Comet

Hi @Ayaanarjun-5885 Yes, we can perform record analysis based on the priority of certain attributes using various techniques such as deduplication, record linkage, or entity resolution. 

 

For example, if two records have the same name but different addresses, you might prioritize the address attribute over others.

 

eg. representation of the workflow in Alteryx

 

[Input Data] > [Unique] > [Join] > [Flagging/Filtering] > [Output]

Labels
Top Solution Authors