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

Gender format looks strange

Coder
5 - Atom

Hi, I created a workflow using the sample data that comes preinstalled with Alteryx. "TutorialData.yxdb" is the sample database which contains a field named "Gender" however the format looks strange (see image of table).

 

Why is the data formatted that way in the Gender column?

 

Gender

*~~//*~~//female

*~~//*~~//male

 

TutorialData.yxdbTutorialData.yxdb

3 REPLIES 3
mceleavey
17 - Castor
17 - Castor

Hi @Coder ,

 

I have no idea, but you can remove it by placing a regex tool in the line after the first tool and select the Gender field:

 

mceleavey_0-1648152269981.png

 

 

Copy and paste the characters you want to remove into the yellow section in the regex tool.

That will then remove them for you.

 

M.



Bulien

mceleavey
17 - Castor
17 - Castor

@Coder ,

 

sorry, wrap it in square brackets:

[*~~//*~~//]



Bulien

Coder
5 - Atom

Thanks M! I will use the regex tool to remove it.

Labels