public class TextFieldProcessor extends Object implements FieldProcessor<String>
| Constructor and Description |
|---|
TextFieldProcessor(String nullValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
toObject(String text)
Prepare a value for a consumer
|
String |
toString(String value)
Prepare a value for CSV file.
|
public TextFieldProcessor(String nullValue)
public String toObject(String text)
FieldProcessortoObject in interface FieldProcessor<String>text - the CSV valuepublic String toString(String value)
FieldProcessortoString in interface FieldProcessor<String>value - the valueCopyright © 2020–2021. All rights reserved.