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

Help String Date

KellyCom
5 - Atom

Ok after a few tries i am posting here for some help as nothing i do seems to fix this

 

I have a csv coming in as a string and looks like :  14-May-2021

 

I am wanting to convert this to a date and have tried the DATETIME parse tool but results in blanks .  I tried also parsing out the string to 3 separate fields and then trying to mash it together for a date and it all results in blanks for me.  

 

Any ideas /thoughts?

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

What is the issue? Seems to work for me!

abacon
12 - Quasar

@KellyCom What are your configurations for the DateTime parse tool? 

Qiu
21 - Polaris
21 - Polaris

@KellyCom 
We can go with DateTime tool as shown by @alexnajm  or as  you mentioned, with a DateTimeParse function in Formula tool.

I think you may have used the incorrect specifiers, and here is the list of specifiers in DateTime function.

https://help.alteryx.com/current/en/designer/functions/datetime-functions.html##

0601-KellyCom.jpg

KellyCom
5 - Atom

this worked - thank you !  I was selecting an output in the selections above vs using the custom.  I need to be better about writing them myself.  thank you !

 

Labels
Top Solution Authors