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