Text Format Response
data class TextFormatResponse(val columnDelimiter: Any? = null, val deserializer: Any? = null, val encodingName: Any? = null, val escapeChar: Any? = null, val firstRowAsHeader: Any? = null, val nullValue: Any? = null, val quoteChar: Any? = null, val rowDelimiter: Any? = null, val serializer: Any? = null, val skipLineCount: Any? = null, val treatEmptyAsNull: Any? = null, val type: String)
The data stored in text format.
Constructors
Link copied to clipboard
fun TextFormatResponse(columnDelimiter: Any? = null, deserializer: Any? = null, encodingName: Any? = null, escapeChar: Any? = null, firstRowAsHeader: Any? = null, nullValue: Any? = null, quoteChar: Any? = null, rowDelimiter: Any? = null, serializer: Any? = null, skipLineCount: Any? = null, treatEmptyAsNull: Any? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).
Link copied to clipboard