I am using a existing ADF pipeline to copy data from a blob to sql. My source data has a column value like '20000101'. I am getting error when ADF try to convert this to dateTime format from string. I am using json translators like "dateTimeFormat": "yyyy-MM-dd HH:mm:ss.fff". But still end up getting error as "Exception occured when converting the value '20000101' cannot convert string to datetime type.
Any suggession?
Note: I have to handle this only through json mapping. Cannot edit the existing pipeline. Any possibilities here?