@DefaultSchema(value=AutoValueSchema.class) public abstract static class FileWriteSchemaTransformConfiguration.CsvConfiguration extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FileWriteSchemaTransformConfiguration.CsvConfiguration.Builder | 
| Constructor and Description | 
|---|
| CsvConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getPredefinedCsvFormat()See  CSVFormat.Predefined#values()for a list of allowed values. | 
@SchemaFieldDescription(value="The Predefined format of the written CSV file. Valid options can be found in: https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html") public abstract java.lang.String getPredefinedCsvFormat()
CSVFormat.Predefined#values() for a list of allowed values.