Search code examples
azureblob

Incrementally load data from a source data store to a destination data store in Azure blob


  1. In azure blob created a file like output.json like same need to upload another file without deleting the old one..Because for that old file Junks already created any option is there to merge both files in azure blob

Solution

  • I would suggest you to use Dataflow activity.

    In Dataflow Activity, you have the option of alter row as shown in below image. enter image description here

    In Alter row you can use Upsert if condition.

    Here mention condition as 1 == 1