Hi @Ashwini Prakash ,
Thank you for posting query in Microsoft Q&A Platform.
Sorry your ask was little unclear to me. You mean, you want to take data from csv file and added that data inside some existing json file? Feel free to correct me if my understanding is wrong. Sample desired output json may help.
If my understanding is correct then Please note, Files in storages will always gets override. Hence using copy activity its not possible.
You should consider using data flows for this purpose.
High level details of data flow implementaion:
Step1: Add your json file as source.
Step2: Add your csv file as another source.
Step3: Try to added some surrogate key on both source so that we can perform join between json and csv file to merge columns from both.
Step4: Perform Join on both sources.
Step5: Load final loaded data in to json file.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. 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 notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators