allowJaggedRows

@JvmName(name = "wsveupdqqlysokgg")
suspend fun allowJaggedRows(value: Output<Boolean>)
@JvmName(name = "mcwvsqijxrobiqbr")
suspend fun allowJaggedRows(value: Boolean?)

Parameters

value

Optional Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats.