TextFormat |
TextFormat.withColumnDelimiter(Object columnDelimiter) |
Set the columnDelimiter property: The column delimiter.
|
TextFormat |
TextFormat.withDeserializer(Object deserializer) |
Set the deserializer property: Deserializer.
|
TextFormat |
TextFormat.withEncodingName(Object encodingName) |
Set the encodingName property: The code page name of the preferred encoding.
|
TextFormat |
TextFormat.withEscapeChar(Object escapeChar) |
Set the escapeChar property: The escape character.
|
TextFormat |
TextFormat.withFirstRowAsHeader(Object firstRowAsHeader) |
Set the firstRowAsHeader property: When used as input, treat the first row of data as headers.
|
TextFormat |
TextFormat.withNullValue(Object nullValue) |
Set the nullValue property: The null value string.
|
TextFormat |
TextFormat.withQuoteChar(Object quoteChar) |
Set the quoteChar property: The quote character.
|
TextFormat |
TextFormat.withRowDelimiter(Object rowDelimiter) |
Set the rowDelimiter property: The row delimiter.
|
TextFormat |
TextFormat.withSerializer(Object serializer) |
Set the serializer property: Serializer.
|
TextFormat |
TextFormat.withSkipLineCount(Object skipLineCount) |
Set the skipLineCount property: The number of lines/rows to be skipped when parsing text files.
|
TextFormat |
TextFormat.withTreatEmptyAsNull(Object treatEmptyAsNull) |
Set the treatEmptyAsNull property: Treat empty column values in the text file as null.
|