Hi All,
I am trying to convert the the string column having dates and time into DateTime format. However I am stuck with the below error:

The string data fields are as below:

And I need the dates to be converted in the format as below: -
StartDate to be converted as "mm/dd/yyyy hh:mm:ss" (Field Type: DateTime)
EndDate to be converted as "mm/dd/yyyy hh:mm:ss" (Field Type: DateTime)
FromDate to be converted as "mm/dd/yyyy" (Field Type: Date)
ToDate to be converted as "mm/dd/yyyy" (Field Type: Date)
I will be using an Excel file as input source and appending these rows to Oracle table. To accomplish this, I have designed the Alteryx workflow as below:

Steps Performed:
1. Discard unwanted text from StartDate and EndDate column string.
2. Convert string fields(StartDate,EndDate) into DateTime and fields(FromDate, ToDate) into Date format with the use of DateTime Parse tool
3. Use Formula Tool to convert the Date and DateTime fields into the required format.
I am also attaching the above Alteryx workbook for the reference.
Any help would be appreciated
Thanks,
Rahul