issues
search
danineamati
/
arcresearchpage
The research page for the Caltech ARC (Academic and Research Committee).
0
stars
0
forks
source link
Smoother data-update workflow
#5
Open
danineamati
opened
3 years ago
danineamati
commented
3 years ago
Current workflow:
Send google form survey
Change the headers on the google spreadsheet to the JSON headers
Save as CSV and convert to JSON (or use the barebones python file in the repo)
Add relevant entries to the JSON Database
Push to main
Possible new workflow
Send google form survey
Save as CSV
Python script (new) merges the CSV data into the JSON file
Push to main
Current workflow:
Possible new workflow