Transformer Processor Csv Properties Args
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.