HOME
BLOG
Search…
Introduction
On-boarding
User Interface
Getting Started
How to use the user interface
Data on-boarding
Cloud Access Prerequisite
Google Cloud Storage Access Prerequisite
Google BigQuery Access Prerequisite
Get Google Service Account API
API Reference
Authentication API
API Keys
Source APIs
Source APIs
Upload Data APIs
Upload data from Cloud
Track Upload Job
Schedule Uploads
Schedule Cloud Upload
Alerts
Alert Channel
Alert Policies
Manage Alerts
Admin APIs
User Management
Resources
Master list of attribute values
File path options
Id attribute
Powered By
GitBook
File path options
For GCS and Amazon S3, users can specify either a single file name as input or provide a folder containing multiple files as input.
Single file
If sending a single file, then specify the full path of a json/csv/parquet file inside the bucket.
1
path=’<folder1>/file.csv’
2
path=’<folder1>/file.parquet
3
path=’file.csv’
Copied!
Files cannot be compressed
Files have an extension of csv, json or parquet.
Csv files should have the header line.
Folder
If a folder contains multiple files that are to be used as input, then specify the path of the folder inside the bucket, and ensure
Path does not have a trailing slash
All files in the folder have the same extension, either csv/json/parquet.
All csv files should have the same header line
If folder2 contains all input files, then
1
path=”<folder1>/<folder2>”
Copied!
Resources - Previous
Master list of attribute values
Next - Resources
Id attribute
Last modified
7mo ago
Copy link
Contents
Single file
Folder