SOLVED
Change data type of string to date
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Divyaverma2906
7 - Meteor
08-12-2021
02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
- Topic of Interest
4 REPLIES 4
22 - Nova
08-12-2021
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx
08-12-2021
02:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
08-12-2021
07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
👍It works. Thank you much. 😀
22 - Nova
08-12-2021
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @Divyaverma2906
Cheers and have a nice day!
