Closed edman3d closed 1 year ago
Goals:
Proposed flow (Keep using Google Sheets as place of truth for data):
/rawData/
/rawData/AOE2_DE Data v3 - Technologies.csv
package.json
/data/
Then flow looks like this:
rawData
npm run generate-json-data
done & released on 10/28/23. should make data validation tests way easier
Goals:
Proposed flow (Keep using Google Sheets as place of truth for data):
/rawData/
which has the raw csv files from Google Sheets (such as/rawData/AOE2_DE Data v3 - Technologies.csv
)package.json
that parses each of the csv files and outputs them as JSON into/data/
folder (overwriting whats in there)Then flow looks like this:
rawData
foldernpm run generate-json-data
script once (no need to parse every time we save code)