Properties
A human-readable name for the component.
Select one of:
- Create: (default). Creates a new table.
- Create If Not Exists: Only creates a new table if a table of the same name does not already exist.
- Replace: Drops any existing table of the same name, and then creates a new table.
The Google Cloud project that owns the BigQuery dataset. The special value
[Environment Default] uses the Google Cloud project defined in the environment. For more information, read Creating projects.The Google BigQuery dataset where the table will be created or updated. The special value
[Environment Default] uses the dataset defined in the environment.A name for the table.
The URL of the Google Drive file. The accepted URL formats are as follows:
https://docs.google.com/spreadsheets/d/FILE_IDhttps://drive.google.com/open?id=FILE_ID
- Name: The name of the new column.
- Data type: The Google BigQuery data type for the column.
- Mode: The field mode. Can be NULLABLE, REQUIRED, or REPEATED. The default is NULLABLE.
- Comment: Enter a comment to store against the column.
Select the format of the source file:
- CSV
- JSON (New line delimited)
- Google Sheets
- CSV
- JSON (New line delimited)
- Google Sheets
Whether the input file is compressed in gzip format or not compressed at all. Select NONE or GZIP. The default is set to NONE.
The maximum number of individual parsing errors that cause the whole load to fail. The default is 0.
- Yes: Accept rows that contain values that do not match the schema.
- No: Omit any rows with invalid values.
The delimiter that separates columns. The default is a comma
,.The character to be used as the quote character when using the CSV option.
The encoding the data is in. This defaults to UTF-8.
The number of rows at the top of the file to ignore. The default is 0.
- Yes: Allow a CSV value to contain a newline character.
- No: A newline character is always considered a new row.
- Yes: Missing values are treated as NULL but accepted.
- No: Rows with missing data are treated as bad records.
