Hi,
1. My original input data is a string with format 'YYYY-MM-DD' (Example: 2021-03-18).
2. Use 'Formula' component to convert the data into a string with format 'YYYY-Mon-DD' (Example: 2021-Mar-18).
3. Use 'Select' component to convert 'YYYY-Mon-DD' data from STRING data type into DATE data type and plan to insert into a Oracle date column, but failed with error message:
Select (7) BIRTH_DATE: 18-Mar-202 is not a valid Date
Is there any solution to resolve the issue?
Thanks,
Artie