| Package | Description |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.groovy | |
| com.agimatec.utility.fileimport.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
LineImportProcessor
Description: Import a file line-by-line, e.g. for csv-/comma-separated/fixed-column-length
files.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImporterProcessor |
Importer.processor
processor is responsible to do the actual import process
|
| Modifier and Type | Method and Description |
|---|---|
ImporterProcessor |
LineImporterSpec.createProcessor(Importer importer) |
ImporterProcessor |
ImporterSpec.createProcessor(Importer importer)
factory method - create a processor capable to process the data to be imported.
|
ImporterProcessor |
Importer.getProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlImportProcessor
Description: Process a xml document with the groovy XmlSlurper.
|
| Modifier and Type | Method and Description |
|---|---|
ImporterProcessor |
XmlSlurperSpec.createProcessor(Importer importer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelImportProcessor
Description: The processor class used by the ExcelImporterSpec.
|
| Modifier and Type | Method and Description |
|---|---|
ImporterProcessor |
ExcelImporterSpec.createProcessor(Importer importer) |
Copyright © 2008-2016. All Rights Reserved.