allowJaggedRows property

bool? allowJaggedRows
getter/setter pair

Indicates if BigQuery should accept rows that are missing trailing optional columns.

If true, BigQuery treats missing trailing columns as null values. 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.

Optional.

Implementation

core.bool? allowJaggedRows;