I am copying data from CSV to Azure MySQL. I've a date field with format MM/DD/YYYY in source. It is throwing an error while copying data to MySQL. I tried changing the datatype in field mapping, pipeline ran succesfulbut data is not loaded. I need to convert the format to YYYY-MM-DD.
"errorCode": "2200", "message": "'Type=MySql.Data.MySqlClient.MySqlException,Message=Incorrect date value: '12/06/2010' for column 'xxx_dt' at row 49,Source=MySqlConnector,''Type=MySql.Data.MySqlClient.MySqlException,Message=Incorrect date value: '12/06/2010' for column 'XXX_DT' at row 49,Source=MySqlConnector,'", "failureType": "UserError",
Please suggect.
thanks.