An Azure service for ingesting, preparing, and transforming data at scale.
Hi,
Apologize for the delayed response. I cannot change the column header as it has special character it was throwing error while saving it in parquet format. Addressed this issue by following the below approach (anyone approach can fit).
Solution 1:
In the Dataflow used the activity to select the columns what is required for next layer, over there in Mapping tab have used the mapping like this Column name= position==1 Name as = 'Required column name'.
Solution 2:
In the copy activity, use import schema option under mapping tab and rename the columns with single quote. This also worked.