I am trying to convert a string to date in Informatica as follows
TO_DATE('10/21/2014 0:00', 'MM/DD/YYYY MI:SS')
but it throws an error for incorrect string.
Can Informatica process this date format: MM/DD/YYYY MI:SS? If not, is there any solution to process this date format in Informatica?