Hi Shaik Maheer,
The solution was achieved by using a mapping data flows and selecting individual ranges inside the select transformation. Finally these datasets were UNIONized and I used a copy activity to create the merged file.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. I have an excel sheet in blob storage whose first 4 columns(A:D) have the same header names but different data as columns H:K. I need to copy the data using adf pipeline into a single blob output where the data from these 2 different col ranges will be appended. Any instructions on how to do it will be highly appreciated.
Hi Shaik Maheer,
The solution was achieved by using a mapping data flows and selecting individual ranges inside the select transformation. Finally these datasets were UNIONized and I used a copy activity to create the merged file.