Lookup in blob storage

Vineet S 1,390 Reputation points
2024-08-06T20:31:47.9266667+00:00

Hi, How to look up on blob storage example there is column in blob storage name called company code' in a, b, c, d) based on it should pass that value to copy activity... Pls share screenshot

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

Accepted answer
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2024-08-07T03:20:15.94+00:00

    File :

    User's image

    lookup wherein the dataset is file path in blob:

    User's image

    output :

    User's image

    then use for each to iterate across each companycode

    User's image

    and then use copy activity within for each and you can use item() that would give you value of the company code in current iteration within your copy activity as parameter or a new column value based on your use case


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.