@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 |
getCsvFormat()
The format of the written CSV file.
|
abstract java.lang.String |
getPreamble()
Not to be confused with the CSV header, it is content written to the top of every sharded
file prior to the header.
|
@Nullable public abstract java.lang.String getPreamble()
Fake company, Inc. Lab experiment: abcdefg123456 Experiment date: 2022-12-05 Operator: John Doe
column1,column2,column3 1,2,3 4,5,6
public abstract java.lang.String getCsvFormat()