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