How to give conditions using a look up file in ADF

Johny, Sijo 21 Reputation points
2021-07-15T15:48:45.267+00:00

I have 2 csv files like below , I want to derive a new column based on the Condition, Condition Value and Variable from a lookup file .

115097-image.png

115050-image.png

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

Accepted answer
  1. Ryan Abbey 1,171 Reputation points
    2021-07-19T20:12:25.777+00:00

    Either combine Name|Marks and Name|Class and then do two joins using the merged column for the lookup or split Condition Value in two and do two lookups using two columns to join... either way, you're doing two lookups - one filtered to "Name|Class" and the other filtered to "Name|Marks", put those as part of your query on the lookup


2 additional answers

Sort by: Most helpful
  1. Johny, Sijo 21 Reputation points
    2021-07-25T17:56:16.25+00:00

    Thank you so much, tried that and worked

    0 comments No comments

  2. Mike Martin 1 Reputation point
    2021-10-29T15:31:31.497+00:00

    Can you provide some more details into how you made this work?

    0 comments No comments