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