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.

Finding and denoting new lines in an Excel file

kcoleman
8 - Asteroid

Hi all,

 

A team I deal with does a weekly check where they need to fine new lines in an excel sheet they get, versus the prior week's file.

 

Each line has a unique identifier so all I really need is to see if the identifier was in last week's file, if not then simply denote that line with a "New Line" comment or something in a column out to the right.

 

Any ideas? Not something I've done before and not sure where to start! 

 

Thank you.

3 REPLIES 3
binuacs
21 - Polaris

@kcoleman Can you provide some sample file and expected result

atcodedog05
22 - Nova
22 - Nova

Hi @kcoleman 

 

Here is how you can do it. In this example lets say CustomerID is the key id field

Workflow:

atcodedog05_0-1646220426618.png

 

Hope this helps : )

 

davidskaife
14 - Magnetar

Hi @kcoleman 

 

Does each file remain, or get overwritten with the new data?

 

For example if you keep the previous weeks file you can use a join tool to join the new file to the old on the unique identifier, and whatever records appear in the outer join will be the new lines which you can then flag and join back into the main workstream

Labels
Top Solution Authors