← BigQuery553 / 640
hardbq

Load newline-delimited JSON data from Cloud Storage into BigQuery

command

bq load --source_format=NEWLINE_DELIMITED_JSON DATASET.TABLE gs://BUCKET/FILE.json SCHEMA.json

also accepted

bq load --source_format=NEWLINE_DELIMITED_JSONbq load --source_format

Command breakdown

Part of the BigQuery CLI (bq) — BigQuery category.

bqload--source_format=NEWLINE_DELIMITED_JSONDATASET.TABLEgs://BUCKET/FILE.jsonSCHEMA.json
FlagPurpose
--source_formatSet to: NEWLINE_DELIMITED_JSON

Test your recall — not just your reading.

Practice with interactive quiz →