public interface CsvExporterConfiguration extends ExporterConfiguration
JRCsvExporter
,
JRCsvMetadataExporter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_FIELD_DELIMITER
Property whose value is used as default for the
getFieldDelimiter() export configuration setting. |
static java.lang.String |
PROPERTY_RECORD_DELIMITER
Property whose value is used as default for the
getRecordDelimiter() export configuration setting. |
static java.lang.String |
PROPERTY_WRITE_BOM
Property whose value is used as default for the
isWriteBOM() export configuration setting. |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two fields on the same record.
|
java.lang.String |
getRecordDelimiter()
Returns the string representing the character or sequence of characters to be used to delimit two records.
|
java.lang.Boolean |
isWriteBOM()
Specifies whether the exporter should put a BOM character at the beginning of the output.
|
isOverrideHints
static final java.lang.String PROPERTY_FIELD_DELIMITER
getFieldDelimiter()
export configuration setting.
The default is a comma character.JRPropertiesUtil
,
Constant Field Valuesstatic final java.lang.String PROPERTY_RECORD_DELIMITER
getRecordDelimiter()
export configuration setting.
The default is a character return (\n).JRPropertiesUtil
,
Constant Field Valuesstatic final java.lang.String PROPERTY_WRITE_BOM
isWriteBOM()
export configuration setting.
The default is false
.JRPropertiesUtil
,
Constant Field Valuesjava.lang.String getFieldDelimiter()
PROPERTY_FIELD_DELIMITER
java.lang.String getRecordDelimiter()
PROPERTY_RECORD_DELIMITER
java.lang.Boolean isWriteBOM()
PROPERTY_WRITE_BOM
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com