See: Description
| Interface | Description |
|---|---|
| IExtractor<T> |
This class represents the Extractor of an ETL process.
|
| Class | Description |
|---|---|
| AbstractIteratorExtractor<T> |
This IExtractor can extract an Iterator in order
to be able to iterate lists or similar constructs.
|
| JsonArrayExtractor<T> |
This class represents the Extractor of an ETL process that
parses a JSON array from a HTTP response.
|
| Exception | Description |
|---|---|
| ExtractorException |
This exception is thrown when an IExtractor fails to extract
elements.
|
Copyright © 2017–2019. All rights reserved.