Google Sheets
Follow our setup guide to connect Google Sheet to QUANTI:
Prerequisites
To connect a Google Sheet to QUANTI, you need to:
Access a Google Drive account
Have edit access to the Google Sheet you want to use
Create a named range in your Google Sheet (see instructions below)
Named Range
Open your Google Sheet, then go to Data > Named ranges and create a named range.
Steps to create a named range:
Select the range you want to sync, including the header row
Go to Data > Named ranges
Give it a name of your choice
Ensure the selected range includes:
The header row with a name for each column
All data rows you want to sync
Click Done
Setup Instructions
Sync Behavior
Choose the data insertion method that fits your use case:
Table Type: Select your table type:
Fact table: A table containing metrics and date-based data (e.g., sales, events, transactions)
Dimension table: A table composed exclusively of descriptive attributes (e.g., products, customers, categories)
Sync Method: Choose your insertion method: Learn more.
If you have difficulties determining the most accurate configuration for your case, discover our guide.
Click Next
Mapping Configuration
Table Configuration
Destination table name: Define your BigQuery table name (lowercase, underscores only)
Field Mapping
For each column detected in your sample file:
Destination field name: Define the column name in BigQuery (lowercase, underscores recommended)
Data type: Choose the appropriate type:
STRING- Text values, alphanumeric dataINTEGER- Whole numbers (e.g., 42, -10, 0)FLOAT- Decimal numbers (e.g., 3.14, -0.5)BOOLEAN- True/False valuesDATE- Date only (format: YYYY-MM-DD)TIMESTAMP- Date and time with timezoneDATETIME- Date and time without timezone
Date Column (mandatory for Fact tables)
Select the date field for table partitioning
This field is mandatory for all methods when Fact table was selected in Step 2
Used for optimizing query performance and data organization
Must be a valid date/timestamp field in your data
Historize Changes
Required if UPSERT was selected in Step 2 (Sync Behavior)
Optional for INSERT and REPLACE methods
Selected fields: Values are historized (previous versions are kept)
Deselected fields: Values are updated without keeping history
Click Next
Finish Setup
Save your sync settings
You can now active the auto-sync or launch a sync now.
Last updated