public interface CsvExporterConfiguration extends ExporterConfiguration
JRCsvExporter,
JRCsvMetadataExporter| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FIELD_DELIMITER
Property whose value is used as default for the
getFieldDelimiter() export configuration setting. |
static String |
PROPERTY_RECORD_DELIMITER
Property whose value is used as default for the
getRecordDelimiter() export configuration setting. |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Modifier and Type | Method and Description |
|---|---|
String |
getFieldDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two fields on the same record.
|
String |
getRecordDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two records.
|
isOverrideHintsstatic final String PROPERTY_FIELD_DELIMITER
getFieldDelimiter() export configuration setting.
The default is a comma character.JRPropertiesUtil,
Constant Field Valuesstatic final String PROPERTY_RECORD_DELIMITER
getRecordDelimiter() export configuration setting.
The default is a character return (\n).JRPropertiesUtil,
Constant Field ValuesString getFieldDelimiter()
PROPERTY_FIELD_DELIMITERString getRecordDelimiter()
PROPERTY_RECORD_DELIMITERCopyright © 2015. All rights reserved.