Package com.axelor.data.csv
Class CSVLogger
- java.lang.Object
-
- com.axelor.data.csv.CSVLogger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getCurrentFile()
void
log(String[] values)
Log the row into a specific file.void
prepareInput(CSVInput csvInput, String[] fields)
Configures the file that will receive the rows in error
-