filmov
tv
SSIS MongoDB Source - Read multiple arrays from JSON document

Показать описание
By default SSIS MongoDB Source can read only one hierarchy using JSON Path expression. But what if you want to parse data from multiple arrays found in same document (e.g. $.Orders[*] and $.Products[*] )? This video explains how to achieve that.