rowDelimiter

@JvmName(name = "vyjtoumkmpeuicir")
suspend fun rowDelimiter(value: Output<String>)
@JvmName(name = "uiftsspshncpyhvf")
suspend fun rowDelimiter(value: String?)

Parameters

value

The row delimiter. Defaults to any of the following values on read: \r\n, \r, \n, and \n or \r\n on write by mapping data flow and Copy activity respectively.