Hi @ri,shoshun ,
Thank you for posting query in Microsoft Q&A Platform.
We can achieve this using dataflows in Azure data factory. Below is the detailed explanation of implementation.
Step1: Add two source transformations for both csv files.
Step2: Add Surrogate key Transformation on both sources to get unique key column
Step3: Add Join Transformation to inner join on Surrogate key column values
Step4: Select Transformation to select only desired columns(remove your surrogate key columns).
Step5: Finally apply Sink Transformation to load data in to your target storage
Hope this will help. Thank you
----------------
- Please
accept an answerif correct. Original posters help the community find answers faster by identifying the correct answer. Here is how. - Want a reminder to come back and check responses? Here is how to subscribe to a email-notifications.