Transformer Processor Parse Key Value Properties
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.