Azure data factory appending to Json
Wanted to pick your brains on something So, in Azure data factory, I am running a set of activities which at the end of the run produce a json segment {"name":"myName", "email":"[email protected]", .. <more elements> } This set of activities…