Member-only story
CSV To JSON Using Copy Activity in ADF
Copy Activity in ADF helps us to copy data from one format to another format. In the article, we will see how we can convert CSV data to JSON data in ADF.
Step 1: Get an Azure subscription. For students to get a free subscription by using a free student subscription others can take it by paying the amount via credit card.
Step 2: Create a resource group to map all the resources, a storage account and upload the CSV file needed to copy to JSON and a data factory account.
Note: To understand detailing of ADF account creation please read my previous article.
Step 3: Create a Linked service for the source for this task we need only one Linked service.
Step 4: Create a dataset for the source of the CSV file and a dataset at the destination of the JSON file.