Skip to content

Simple tool for creating clean, clear, standalone JSON from Google Sheets data.

License

Notifications You must be signed in to change notification settings

tbularzik/sheets-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sheets-to-json

Simple tool for creating clean, clear, standalone JSON from Google Sheets data.

Initial commit is for use with AWS Lambda. Request module must be installed: https://www.npmjs.com/package/request.

In Lambda, the script accepts an event object with the following parameters: { "bucketName": "", "filePath": "", "spreadsheetKey": "" }

AWS Lambda must be given a role that allows it to access the bucket you're writing to. Google Sheet must be published to the web. You can access the resulting JSON file here: https://s3.[your-region-name].amazonaws.com/[bucketName]/filePath.

About

Simple tool for creating clean, clear, standalone JSON from Google Sheets data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published