TransformerProcessorParseKeyValueProperties

data class TransformerProcessorParseKeyValueProperties(val destination: String? = null, val fieldDelimiter: String? = null, val keyPrefix: String? = null, val keyValueDelimiter: String? = null, val nonMatchValue: String? = null, val overwriteIfExists: Boolean? = null, val source: String? = null)

Use this parameter to include the parseKeyValue processor in your transformer.

Constructors

constructor(destination: String? = null, fieldDelimiter: String? = null, keyPrefix: String? = null, keyValueDelimiter: String? = null, nonMatchValue: String? = null, overwriteIfExists: Boolean? = null, source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destination: String? = null
Link copied to clipboard
val fieldDelimiter: String? = null
Link copied to clipboard
val keyPrefix: String? = null
Link copied to clipboard
Link copied to clipboard
val nonMatchValue: String? = null
Link copied to clipboard
Link copied to clipboard
val source: String? = null