Search Suggest

XML
XML

Data modeling in Power BI using XML file with Parent and Children nodes

[2017-Aug-08]  Support for XML structured files as a data source has been available in Excel, then was introduced into the Power Query data extract e…

Calculating Travel Distance/Time in Power BI using Bing Map API

[2017-July-24] Map visualization in Power BI has drawn many data professionals into a field of сreating visual data stories with maps.  It only takes…

SSIS Appetizer: XML source is already sorted

Case I have a large XML file with Orders and Onderlines which I want to (merge) join into a new destination. To join the two outputs I need to order …

Custom SSIS Component: XML Validation Task

Case A while ago I did a post on validating XML files in SSIS with nested XSD files. The out of the box XML Task doesn't honor nested XSD files …

XSD location hardcoded in XML source

Case The path of the XSD file in the XML Source component is hardcoded, but the path on my production environment is different than my development en…

Validating XML file against XSD with SSIS - part II Script Task

Case I have an XML file which I want to validate against an XSD file before processing it. However my XSD contains an include (or import) tag and the…

Validating XML file against XSD with SSIS - part I

Case I have an XML file which I want to validate before processing it. How can I validate an XML file against an XSD file with SSIS? Solution There a…

Foreach folder enumerator

Case I want a Foreach Folder Enumerator, but the Foreach Loop component only loops through files. Solution Unfortunately this isn't supported by …