Download data from a Google Sheet and store it in a JSON formatted file on S3.
Download data from a Google Sheet, convert it to JSON format and store the converted data in a file in an S3 bucket.
Variables
Credentials to use to authenticate with the Google Cloud Platform.
Shareable URL link to the spreadsheet containing the sheet with the data to convert.
Sheet containing the data to convert.
Range of cells with the data to convert.
AWS Access Keys to use to access the S3 bucket.
Shared Config that contains information about the S3 bucket.
Path from the starting folder in the S3 Bucket Configuration to the folder where the JSON file will be created.
Name of the file where the converted data will be stored.
Enable to allow an existing file with the same name in the Target Folder to be overwritten.