Relative Content

Tag Archive for azure-data-factory

ADF Portal warns JSON function as parameter to XML function

The ADF portal warns when using the JSON function inside a XML function inside the dynamic content editor when setting a variable. The XML function complains about having a string argument despite the documentation stating that a JSON object is valid.

ADF dataflow contain file names in single file sink

I am comparing the title in movies.csv, which matches the title element in the json files, and then appending the filename to list.txt in the sink. Assume “Big Hero” and “Moana” are match in file1.json and file5.json. However, ADF returns both entire file1.json and file5.json to the sink.