The excel file I'm using has a date field that lists month, date, year, time
Here is an example:
8/2/2021 1:24:56 PM (displayed in excel as Aug 2, 2021 01:24:56 PM)
However, when I bring the sheet into Alteryx it displays as:
44410.558981
How can I convert this from a V_WString back to a Date field?
Thanks!