Hi @Eshwar Nakkala ,
As you need to do Data Transformation, you will need DataFlow to generate the expected output. You have to the following:
- Create Link Service to connect with the BlobStorage
- Create Dataset for different Blob File (e.g., one DataSet for Employee-Info and another Dataset for Department-Info)
- For each Dataset, import the schema
- Create a DataFlow with the two Datasets as a sources and do join, derive, filter activity based on your requirements and Sink the required columns to the output file.
Please let me know if you need further assistance. Thanks!
----------
If the response is helpful, please Accept Answer and up-vote it. Thanks!