Reputation: 65
I want to read a csv file line by line and store that value in variable so that i can pass that in for each activity in Azure data factory.
So I want to read records line by line and store each record in a variable so that we can pass in for each activity one by one and generate new data based on these records.
How can we achive this ?
Upvotes: 0
Views: 3889
Reputation: 16431
You can follow these steps:
If you have any other concerns, please feel free to let me know.
HTH.
Upvotes: 1