Uses of Class
com.helger.photon.exchange.bulkexport.format.ExporterCSV
-
Packages that use ExporterCSV Package Description com.helger.photon.exchange.bulkexport.format -
-
Uses of ExporterCSV in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format that return ExporterCSV Modifier and Type Method Description ExporterCSVExporterCSV. setAvoidFinalLineEnd(boolean bAvoidFinalLineEnd)Set whether the CSV file should end with a new line or not.ExporterCSVExporterCSV. setAvoidWriteEmpty(boolean bAvoidWriteEmpty)Enable or disable that empty files are written.ExporterCSVExporterCSV. setCharset(Charset aCharset)ExporterCSVExporterCSV. setEscapeChar(char cEscape)ExporterCSVExporterCSV. setLineEnd(String sLineEnd)ExporterCSVExporterCSV. setQuoteChar(char cQuote)ExporterCSVExporterCSV. setSeparatorChar(char cSeparator)ExporterCSVExporterCSV. setUnicodeBOM(com.helger.commons.charset.EUnicodeBOM eBOM)
-