Package | Description |
---|---|
com.neurosys.bi.reporting | |
com.neurosys.etl.common | |
com.neurosys.etl.excel.readers | |
com.neurosys.etl.readers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessBasedReporter<TUPLE_IN,RECORD_OUT,STATE>
Support generic Process Aware aspects for Report operations and their boiler plate management
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReaderAware<TUPLE_IN,RECORD_OUT,STATE,R extends BaseIterativeProcessor<TUPLE_IN,RECORD_OUT,STATE>>
Processor or Transformer is
AbstractReader or BaseIterativeProcessor aware. |
Modifier and Type | Class and Description |
---|---|
class |
ExcelContextualReader<T>
Reads an Excel sheet with Context in mind, supporting things like Look Aheads etc.
|
class |
ExcelRowByRowReader<T>
Parse an Excel File Row by Row; the Row is represented by A simple List of values.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader<TUPLE_IN,RECORD_OUT,STATE>
Support generic Process Aware aspects for Read operations and their boiler plate management
|
class |
ChainIterativeReader<TUPLE_IN,RECORD_OUT,STATE>
Chain multiple
BaseIterativeProcessor s |
class |
ExecuteJobReader
Simply executes a Job
If the getTransformer() is a TransformerChain then the first level chain elements are each considered a Different Job and each passed the getParams()
If the getTransformer() return any String or List of String then those will be added to getMessages()
TODO: Add unit test case for Single & multiple Jobs in TransformerChain |
class |
FileReader<T,S>
For a given Root Folder (
File as a Resource ), read each file in all the directories (nested optional); and for each file return
a n entity of type T. |
Modifier and Type | Method and Description |
---|---|
List<BaseIterativeProcessor> |
ChainIterativeReader.getProcesses() |
Modifier and Type | Method and Description |
---|---|
void |
ChainIterativeReader.setProcesses(List<BaseIterativeProcessor> processes) |
Constructor and Description |
---|
ChainIterativeReader(org.springframework.core.io.Resource resource,
List<BaseIterativeProcessor> processes) |
Copyright © 2018. All rights reserved.