Class GenericCSVImportStep

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GenericCSVImportStepTest.GenericCSVImportStepClon

public abstract class GenericCSVImportStep extends GeneratedGenericCSVImportStep
The abstract GenericCSVImportStep offers a framework of methods to support the parsing of CSV files. Extend this Step to implement a CSV import for a specific CSV format.

If the default tokenisation is sufficent (tokenise(String)) for your file format, then you only have to implement processObjects(Map, CronJob).

See Also: