public class TwikiTableConverter extends CSVConverter
The formatted string is composed of plain ASCII, the fields are separated by a '|'.
The processing is done by delegating to the parent CSVConverter.
ADDITIONAL_DATA_ID, colIndex| Constructor and Description |
|---|
TwikiTableConverter(java.lang.String cols)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(ILogEntry log)
Convert the log into a String
|
java.lang.String |
getHeader()
Generate the header for the CSV file
(it is optional and can appear in the first line of the file)
|
encloseByDoubleQuotes, setSeparatorsetCols, setColspublic TwikiTableConverter(java.lang.String cols)
cols - The columns to write in the converted stringLogConverter.colIndexpublic java.lang.String convert(ILogEntry log)
convert in class CSVConverterlog - The log to convertpublic java.lang.String getHeader()
CSVConvertergetHeader in class CSVConverterCSVConverter.getHeader()