XML Processing Components in the SSIS Productivity Pack - Get Started

Опубликовано: 30 Декабрь 2024
на канале: KingswaySoft
2,604
3

The XML Processing Components components are SSIS add-on components from the SSIS Productivity Pack which facilitate extracting an XML structure into column data or merging column data into an XML structure.

We currently offer the following 4 XML components:

XML Source: An SSIS source component used to retrieve XML documents from an HTTP URL or a local file. The components will then break up the structure and produce column data which can be consumed by downstream SSIS pipeline components.

XML Extract: An SSIS transformation component that receives an XML document from an upstream component and extracts data to produce column data for the SSIS pipeline.

XML Merge: An SSIS transformation component used to take incoming data from upstream SSIS source components and merge them into one SSIS column data based on the XML data structure defined in the component.

XML Destination: An SSIS destination component used to merge input data based on the XML data structure defined in the component. You can then specify the component to write the merged XML document to a local file or you can send it to an HTTP URL to perform an XML or SOAP-based service call.

You can learn more about these components from the help manual: http://www.kingswaysoft.com/products/...

The components along with all others found within the SSIS Productivity Pack are available for download here: http://www.kingswaysoft.com/products/...

Visit the following link to learn more about the SSIS Productivity Pack, a collection of premium, powerful and unique SSIS components every developer needs in their toolbox: https://www.kingswaysoft.com/products...

This video was made with v4.1 of the SSIS Productivity Pack