0
votes

While copying data from API using Azure Data Factory to Azure SQL, I'm only getting first row in table. The API response is Nested JSON. I've mapped source and sink as well. enter image description here

1
Please check the Mapping screenshot in the linkKunal Sinha
Data factory only can get the fist row of the nested josn, because we only can choose one collection in the mapping.Leon Yue
Please click the collection and try again.Leon Yue

1 Answers

0
votes

Issue resolved by enabling the Collection reference in mapping option in copy activity.