Class OETLAbstractSourceExtractor

All Implemented Interfaces:
OETLExtractor, OETLComponent, Iterator<OETLExtractedItem>
Direct Known Subclasses:
OETLCSVExtractor, OETLJsonExtractor, OETLRowExtractor, OETLXmlExtractor

public abstract class OETLAbstractSourceExtractor extends OETLAbstractExtractor
ETL abstract extractor.
  • Field Details

    • reader

      protected Reader reader
  • Constructor Details

    • OETLAbstractSourceExtractor

      public OETLAbstractSourceExtractor()
  • Method Details