Tag: adf
Copying Excel files from source to destination in Excel format using ADF Pipeline
Inkey, August 16, 2024341 Views
As Azure Data Factory (ADF) does not offer Excel as a sink option, an alternative method is required to copy Excel files using ADF pipelines. Implementation Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field list to include […]
Read moreDynamically copying all types of files, including Excels, JSON, CSV, and TXT, using a single copy data activity in ADF
Inkey, August 2, 2024399 Views
The objective is to copy various types of files, including JSON, CSV, Text, and Excel files, using a single Copy data activity in Azure Data Factory (ADF) pipeline. Implementation: Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field […]
Read moreImplementing ADF Branches and Filters for Employee Training
Inkey, March 22, 2024445 Views
In one organization, there is one analysis of employee’s performance on different technologies based on the technologies they know and ratings from their manager. If they don’t meet the required criteria, then that employee will get training for those technologies. Input: emp_id MSBI PowerBI ratings from the manager 101 null x 3 101 null null […]
Read more