Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Date formatting changed during data cleanser

Dittau
8 - Asteroid

My date was ‘02/22/2023 going into data cleanser and it came out 02222023 after removing punctuation…i need to send the date in an email in the same normal date format just without the apostrophe…the select tool didn’t work when I switched it to date from string after data cleanser …how do i do this?

7 REPLIES 7
BS_THE_ANALYST
15 - Aurora
15 - Aurora

@Dittau this will work, using Replace in the formula tool:

Before:

BS_THE_ANALYST_1-1680209067863.png



After:

BS_THE_ANALYST_2-1680209076361.png

 

 

All the best,
BS

LinkedIN

Bulien
gautiergodard
13 - Pulsar

Hey @Dittau 

Instead of using the data cleansing tool, maybe you could do this in a formula?

 

replace([fieldname],"'","")

Dittau
8 - Asteroid

Is there a way to switch the string back to normal format after using the data cleanser tool instead?

 

Just curious on this way- the other way (very helpful as well!!!)

gautiergodard
13 - Pulsar

@Dittau here is a quick and dirty way to do it.

BS_THE_ANALYST
15 - Aurora
15 - Aurora

@Dittau you just need two datastreams (if you're doing the emailing within Alteryx):

BS_THE_ANALYST_0-1680209487068.png

Do the e-mail part on the top one, and the bottom one will remain untouched.

Alternatively, just create a duplicate of the original column in your formula tool:

BS_THE_ANALYST_1-1680209570003.png

 

All the best,
BS

LinkedIN

Bulien
Dittau
8 - Asteroid

Could you post the snips if possible…I can’t download the file.

gautiergodard
13 - Pulsar

gautiergodard_0-1680209672122.png

 

First tool transforms string to date

gautiergodard_1-1680209715534.png

 

Second tool transforms date to your preferred format:

gautiergodard_2-1680209735573.png

 

Labels
Top Solution Authors