TransformerProcessorCsvPropertiesArgs

data class TransformerProcessorCsvPropertiesArgs(val columns: Output<List<String>>? = null, val delimiter: Output<String>? = null, val quoteCharacter: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<TransformerProcessorCsvPropertiesArgs>

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

Constructors

Link copied to clipboard
constructor(columns: Output<List<String>>? = null, delimiter: Output<String>? = null, quoteCharacter: Output<String>? = null, source: Output<String>? = null)

Properties

Link copied to clipboard
val columns: Output<List<String>>? = null
Link copied to clipboard
val delimiter: Output<String>? = null
Link copied to clipboard
val quoteCharacter: Output<String>? = null
Link copied to clipboard
val source: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): TransformerProcessorCsvPropertiesArgs