Im trying to convert a string field to date using TO_TIMESTAMP function in Celonis but receiving the error Undefined exception occured: ToTimestamp: Input does not fit to date format.
The function works well for a constant value.
e.g. TO_TIMESTAMP(20210101,YYYYMMDD)
but does not work for a table field. e.g. TO_TIMESTAMP(CEL_AR_ACTIVITIES.CHANGED_TO,YYYYMMDD) returns error.
Can someone help with the error?
Thanks.