My source is CSV contains enddate & startdate column datype string. I need to change those date columns in destination table format.
source -
Destination :
SALES_ORGANIZATION STARTDATE ENDDATE EXTRACT_MNTS
AE93-AE-CS 2020-01-01 2020-12-31 4
AE93-AE-CS 2020-01-01 2020-12-31 4
AE93-AE-CS 2020-01-01 2020-12-31 4
AE93-AE-CS 2020-01-01 2020-12-31 4
I am using data flow :
END
Enddate is not coming as excepted :
What is the way I already check todate(ENDDATE,'YYYY-MM-DD') this is giving NULL.