Namespace Wolfgang.Etl.Xml
Classes
- XmlMultiStreamExtractor<TRecord>
Extracts items of type
TRecordfrom multiple streams, reading one XML document per stream.
- XmlMultiStreamLoader<TRecord>
Loads items of type
TRecordinto 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
TRecordfrom a single XML stream containing a root element with child elements.
- XmlSingleStreamLoaderOptions
Options for configuring an XmlSingleStreamLoader<TRecord>.
- XmlSingleStreamLoader<TRecord>
Loads items of type
TRecordinto a single XML stream wrapped in a root element.