Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Change data type of string to date

Divyaverma2906
7 - Meteor

Column has both date and General word format date (44350). when I import the data in Alteryx my data gets converted in String, the numbers are now appearing as text and when I change the format of date column using date parse tool, text results in blank value.

 

Attached is the sample excel file

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Divyaverma2906 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1628759616009.png

 

Hope this helps : )

If  you are using the datetime building block you will have to specify the format of the incoming string.

 

You could also use  DateTimeFormat function in the formula building block. => DateTime Functions | Alteryx Help

Divyaverma2906
7 - Meteor

👍It works. Thank you much. 😀

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Divyaverma2906 

Cheers and have a nice day!

Labels