Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Anonymize/Mask the Person's Name from the comment field

harinder1301
8 - Asteroid

Hi ,

I would like to mask or anonymize the person's name in comment text field. for eg : Lee is good person should be mask to abc is good person etc.

 

is there any way to do this in Alteryx?

Thanks

Hsac

14 REPLIES 14
messi007
15 - Aurora
15 - Aurora

@harinder1301,

 

You can extract the list of the name from the data source

Use https://www.mockaroo.com/ to create a list of name

messi007_0-1655734356842.png

Then use join by position to get the new names :

 

messi007_1-1655735418435.png

 

Attached the workflow,

 

Hope this helps!

Regards,

 

 

ddiesel
13 - Pulsar
13 - Pulsar

Hi @harinder1301!

 

To build on @messi007's suggestion, you might also look into the functionality of the Find and Replace tool.

 

Capture.JPG

harinder1301
8 - Asteroid

Thanks, Is there any way to find the names of the persons from nearly 5000 comments? 

 

ddiesel
13 - Pulsar
13 - Pulsar

 @harinder1301 - can you be more specific?

 

If you send some anonymized data, we can help you with a solution specific to your use case.

harinder1301
8 - Asteroid

Thanks for the Quick reply.

I have attached some sample records for your reference.

Regards

messi007
15 - Aurora
15 - Aurora

@harinder1301,

 

Similar to @ddiesel workflow  :

 

messi007_0-1655917955670.png

 

Hope this helps

Regards

harinder1301
8 - Asteroid

Thanks for the reply. Actually my question is " How can i identify the names from 5000 comment rows?"

Is there any tool in Alteryx to identify the names from the comment?

Appreciate your reply.

 

ddiesel
13 - Pulsar
13 - Pulsar

@harinder1301 Do you have the list of names? What do you want the final output to look like?

harinder1301
8 - Asteroid

Hi,

No, We don't have person list. This can be first name/known as/or surname etc. This the feedback provided. Here is the desired final output:

 

IDCommentsFinal Output
1Joe is bad person.xyz is bad person.
2yes, I like John.yes, I like xyz.
3Would not allow Kiara to come.Would not allow xyz to come.
4Wouldn't change a thing.Wouldn't change a thing.
5Yet, there is nothing much to change.Yet, there is nothing much to change.
6Trin is very slow.xyz is very slow.
7I like yun.I like yun.
8Yes, Peter is not a good.Yes, xyz is not a good.
9  
10  
..5000 

 

 

Thanks for your help!

Regards

Labels