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

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
Top Solution Authors