public interface FieldProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
toObject(String text)
Prepare a value for a consumer
|
String |
toString(T value)
Prepare a value for CSV file.
|
T toObject(String text) throws MetaCSVReadException
text - the CSV valueMetaCSVReadExceptionCopyright © 2020–2021. All rights reserved.