Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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 : )

PrashantC
Alteryx
Alteryx

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