Transform map date format error
Hello, I am pulling user related data from a SFTP source and one of the fields in staging table is called as HireDate. This is a string field and the date copied in this field has format 'yyyy-MM-dd', eg.: 2000-11-27. But the target table is sys_user...