An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Heckman, Jim ,
Welcome to Microsoft Q&A forum and thanks for reaching out.
No, the default mapping won't work for hierarchical to tabular data when there is a collection reference. This is because Data Factory cannot infer the desired collection reference. And when you specify the collection reference then it is no longer a default mapping as it expects the fields to be mapped. If you don't map the fields it will treat as empty record.
An alternate we could think of is by passing explicit mapping as a parameter which is nothing but parameterized mapping. This approach is suitable if you know the source & sink schema upfront.
For more info please refer to this document and see if that helps to achieve your requirement: Parameterize mapping in ADF Copy activity
Additional info: Hierarchical source to tabular sink in ADF Copy activity
Hope this info helps.
----------
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.