csv
suspend fun csv(value: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs>)
suspend fun csv(value: AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs?)
Parameters
value
Mapping information when the record format uses delimiters. See CSV Mapping Parameters below for more details.
suspend fun csv(argument: suspend AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgsBuilder.() -> Unit)
Parameters
argument
Mapping information when the record format uses delimiters. See CSV Mapping Parameters below for more details.