Namespace Wolfgang.Etl.Xml

Classes

XmlMultiStreamExtractor<TRecord>

Extracts items of type TRecord from multiple streams, reading one XML document per stream.

XmlMultiStreamLoader<TRecord>

Loads items of type TRecord into multiple streams, writing one XML document per stream.

XmlReport

Progress report for XML extraction and loading operations.

XmlSingleStreamExtractorOptions

Options for configuring an XmlSingleStreamExtractor<TRecord>.

XmlSingleStreamExtractor<TRecord>

Extracts items of type TRecord from a single XML stream containing a root element with child elements.

XmlSingleStreamLoaderOptions

Options for configuring an XmlSingleStreamLoader<TRecord>.

XmlSingleStreamLoader<TRecord>

Loads items of type TRecord into a single XML stream wrapped in a root element.