ADF reading contents of a file

D Williams 76 Reputation points
2022-02-18T13:19:03.84+00:00

Hi

I want to be able to have my ADF read the contents of a file from a blob storage, where that file content is json. So that i can then use that content in the activity objects.

Thanking you in advance for your time

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,201 questions
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,811 Reputation points
    2022-02-19T05:23:05.593+00:00

    Create a dataset to point to the Json file and use it in Lookup activity. You can further use the Lookup activity output values in subsequent activities.

    176081-image.png

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.