GSA / data

Assorted data from the General Services Administration.
2.11k stars 275 forks source link

Correct it-standards.csv from JSON to CSV format #304

Closed aduth closed 3 years ago

aduth commented 3 years ago

See: https://github.com/GSA/data/pull/298#issuecomment-747675482

Steps to recreate from master:

cd enterprise-architecture
mv it-standards.csv it-standards.json
cat it-standards.json | python3 json_to_csv.py > it-standards.csv # from update.sh
rm it-standards.json
afeld commented 3 years ago

Thanks. Wonder what happened.