Summary
I am creating a dataset from a table in database that has a date field in varchar2 datatype. I am unable to convert it to date datatype in OAC
Content
I am creating a dataset in OAC connecting to a table in database that has a date field in varchar2 datatype. I am unable to convert it to "date" datatype in OAC. I get a query error.
I am trying to use the "Cast(expression as type)" function in data flow to do this conversion. My expression looks like 'Cast(RECORD_DATE AS DATE)'.
When i Validate this expression and Apply, it succeeds. However there is a query error that shows up in the "preview data" section (attached image).
Any help is highly appreciated. Also, please let me know if we could write any custom function or logic in OAC to convert from varchar2 to date datatype.
Note - when I try the same using CSV as my dataset I am able to convert from "varchar2" datatype to "date" datatype. It is giving me this problem when I use database table as my dataset.
Version
OAC version 105.3.0-117
