allowJaggedRows property

bool? allowJaggedRows
getter/setter pair

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.

Optional.

Implementation

core.bool? allowJaggedRows;