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.

Converting column header from string to desired date format

Sujithappaiah
7 - Meteor

Looking for some help to understand how I can convert the headings which are currently in String format to Date format (Should be in this format: 18-Jan-2021).

 

Also looking to get an idea on the best way to format and remove the .3 or data appearing after the 2nd "." in the Names of countries such that I am only remaining with Australia.AUS rather than Australia.AUS.2

4 REPLIES 4
Sujithappaiah
7 - Meteor

Attaching the data

Kamran1991
11 - Bolide

Hope this will help you

Qiu
21 - Polaris
21 - Polaris

@Sujithappaiah 
Dynamic Rename should be a good fit here.

1219-Sujithappaiah.PNG

Ben_H
11 - Bolide

There looks to be an error in the formula there -

 

It should be "%d-%b-%Y" instead of "%m-%b-%Y"

 

Regards,

 

Ben

Labels
Top Solution Authors