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. |
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.
|
isOverrideHintsstatic 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 Valuesjava.lang.String getFieldDelimiter()
PROPERTY_FIELD_DELIMITERjava.lang.String getRecordDelimiter()
PROPERTY_RECORD_DELIMITER© 2001-2010 Jaspersoft Corporation www.jaspersoft.com