com.espertech.esperio.dataflow
Class FileSourceCSV
java.lang.Object
com.espertech.esperio.dataflow.FileSourceCSV
- All Implemented Interfaces:
- DataFlowOpLifecycle, DataFlowSourceOperator
public class FileSourceCSV
- extends java.lang.Object
- implements DataFlowSourceOperator
Constructor Summary |
FileSourceCSV(AdapterInputSource adapterInputSource,
boolean hasHeaderLine,
boolean hasTitleLine,
java.lang.Integer numLoops,
java.lang.String[] propertyNames,
java.lang.String dateFormat)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphContext
protected EPDataFlowEmitter graphContext
FileSourceCSV
public FileSourceCSV(AdapterInputSource adapterInputSource,
boolean hasHeaderLine,
boolean hasTitleLine,
java.lang.Integer numLoops,
java.lang.String[] propertyNames,
java.lang.String dateFormat)
initialize
public DataFlowOpInitializeResult initialize(DataFlowOpInitializateContext context)
throws java.lang.Exception
- Specified by:
initialize
in interface DataFlowOpLifecycle
- Throws:
java.lang.Exception
open
public void open(DataFlowOpOpenContext openContext)
- Specified by:
open
in interface DataFlowOpLifecycle
next
public void next()
- Specified by:
next
in interface DataFlowSourceOperator
close
public void close(DataFlowOpCloseContext openContext)
- Specified by:
close
in interface DataFlowOpLifecycle