How retrieve JSON folderPath with azure data factory : folderpatth : folder/subfolder/file.csv

Anonymous
2021-08-27T08:16:48.5+00:00

![127055-image.png][1] [1]: /api/attachments/127055-image.png?platform=QnA

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

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2021-09-01T12:09:44.483+00:00

    Hi anonymous user ,

    Thank you for posting query on Microsoft Q&A Platform.

    For your requirement, you need to have a parameter created inside your data flow and pass your path in to that parameter.

    Please check below detailed implementation.

    Step1: Create Parameter inside Data flow and use that under source transformation --> Source options tab --> Wildcard Paths.
    128313-sourcetransformation.gif

    Step2: Pass your path to the parameter from Data flow activity.
    128343-image.png

    Hope this helps. Please let us know if any further queries. Thank you.

    -----------------------------

    Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members.

    0 comments No comments