SSIS Foreach NodeList Enumerator

The SSIS Foreach NodeList Enumerator is useful to enumerate the XML nodes. For example, you can traverse to any node in an XML file using this enumerator. In this article, we will show you how to use this SSIS Foreach NodeList Enumerator with an example. Before we start demonstrating the Foreach NodeList Enumerator in SSIS, Let … Read more