
public class OCSVExtractor extends OAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected OExtractedItem |
next |
readercurrent, totalcontext, ifExpression, logLevel, output, processor| Constructor and Description |
|---|
OCSVExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
extract(Reader iReader) |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
protected boolean |
isFinite(Float f)
Backport copy of Float.isFinite() method that was introduced since Java 1.8 but we must support 1.6.
|
OExtractedItem |
next() |
endgetProgress, getTotal, removebegin, getCommonConfigurationParameters, getIfFilter, log, resolve, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbeginforEachRemainingprotected OExtractedItem next
public ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OAbstractExtractorpublic String getName()
OETLComponentpublic String getUnit()
public void configure(OETLProcessor iProcessor, ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OAbstractETLComponentpublic void extract(Reader iReader)
extract in interface OExtractorextract in class OAbstractSourceExtractorpublic boolean hasNext()
hasNext in interface Iterator<OExtractedItem>hasNext in class OAbstractSourceExtractorprotected boolean isFinite(Float f)
public OExtractedItem next()
Copyright © 2009–2025 OrientDB. All rights reserved.