allowQuotedNewlines property

bool? allowQuotedNewlines
getter/setter pair

Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file.

The default value is false.

Implementation

core.bool? allowQuotedNewlines;