Scenario: I have SQL DB CDC net changes coming into a csv file. In the pipeline for each row in the csv file need to check for updates, inserts and deletes and do some changes in my warehouse DB.
Pipeline:
mapping dataflow:
Problem:
How to use the item() from foreach in dataflow and fetch that record from csv file and process. I'm not seeing any field/option in source step of dataflow.