We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Extract Difference Character

bubblyjai1982
8 - Asteroid

Hi All

 

Need your assistance !!

I have two sets of data before and after which has few changes when compare both data

Need to extract the character / data which is different from before data.

For your reference data attached.

 

Kindly assist.

 

Many Thanks.

4 REPLIES 4
aatalai
15 - Aurora

@bubblyjai1982 this is not 100% what you asked for but could be a good starting point, tolkensie the data both before and after then join on postion and see where the differences, let me know how you get on

Screenshot 2025-07-23 111701.png

 

 

aatalai
15 - Aurora

@bubblyjai1982 this is not 100% what you asked for but could be a good starting point, tokenize the data both before and after then join on position and see where the differences, let me know how you get on

Screenshot 2025-07-23 111701.png

 

 

bubblyjai1982
8 - Asteroid

Hi Aurora

 

Thanks for the response but I'm looking something like below

 

Before

ABCDEFGH

 

After

ABCDEFGHIJ

 

Difference

IJ

 

It should give the difference in one cell only.

 

Thanks

aatalai
15 - Aurora

@bubblyjai1982 ok add a summarize at the end and concatenate 

 

Screenshot 2025-07-23 133411.png

Labels
Top Solution Authors