Alteryx Designer Desktop Discussions

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

Convert string to datetime

Carrie_
5 - Atom

I have tried and failed many ways attempting to convert my timestamp. I am inputting a csv file, so I need to convert from a string to a datetime field. The format is "07JUN2019:12:56:13.000"

 

Thanks!

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @Carrie_ try this syntax  DateTimeParse([Test],"%d%b%Y:%H:%M:%S") in a formula tool and select a datetime field and replacing the [Test] field.

Labels