bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

Noob question #20

Closed redshirttheory closed 6 years ago

redshirttheory commented 6 years ago

I am trying to use this to store google sheet data as a json object array that I can call into an app I am building. I have tried everything I can think of and am not having success. I can console.log the results no problem but can not figure out how to store those results in a variable that I can access in my app. Any pointers?

redshirttheory commented 6 years ago

Solved this on my own. I was mapping the object keys incorrectly. This tool is amazing. Thank you!!!