public interface CellProcessor
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object value,
CsvContext context)
This method is invoked by the framework when the processor needs to process data or check constraints.
|
Object execute(Object value, CsvContext context)
value
- the value to be processedcontext
- the CSV contextCopyright © 2007-2014 Super CSV. All Rights Reserved.