@Vaibhav Thank you for your response and clarifying your requirements.
I understand that you have already implemented the solution I suggested using the Data Flow transformation in Azure Data Factory, but you are looking for a more dynamic solution where you can convert all the columns with new datatype in one go, similar to the Copy Activity dynamic mapping tab.
However, as per my knowledge, there is no direct way to convert all the columns with a new datatype in one go using the Copy Activity dynamic mapping tab. The dynamic mapping tab only allows you to map columns between the source and sink datasets dynamically.
If you want to convert all the columns with a new datatype in one go, you can use the Data Flow transformation in Azure Data Factory. You can use the Derived Column transformation to convert the decimal datatype columns to Int32, string to date, or any other datatype conversion.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.