Can you add a date column and a time column together to create a new column as one?
@VeronicaElse
Please find attached a sample workflow which converts this format.
Do let me know if this helps.
Best,
Jagdeesh
Hi @VeronicaElse ,
If both these columns are of the string datatype currently, you can do a string concat using the formula tool. The formula would be 'Date_String'+" "+'TIme_String' . Post this you can DateTime parse tool to convert the string into a datetime datatype.
Jagdeesh Narayanan
Hello,
Thanks for replying!
I inputted the two fields into the formula provided (they were both VString) and added the DateTime parse tool to convert to datetime datatype and my output is NULL.
Any reasons why?