You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
I cloned the taas repo and followed the steps (without making any changes or edits). When I ran gss2json, it failed with the following error:
Saving https://docs.google.com/spreadsheets/d/1Y-c2YJs4oBBUBH-48K7rVeMPpKHHKWXWjXMm81puvRU/export?format=csv&gid=0 to /home/mcarans/Programming/taas/taas/../../taas-data/sheets/coordination_hubs.csv
Reading CSV values from /home/mcarans/Programming/taas/taas/../../taas-data/sheets/coordination_hubs.csv
Traceback (most recent call last):
File "/home/mcarans/Programming/taas/venv/bin/gss2json", line 11, in <module>
load_entry_point('taas', 'console_scripts', 'gss2json')()
File "/home/mcarans/Programming/taas/taas/cmdline.py", line 112, in gss2json
taas.process_sources(config, sheets)
File "/home/mcarans/Programming/taas/taas/__init__.py", line 466, in process_sources
process_source(source, config['sources'][source])
File "/home/mcarans/Programming/taas/taas/__init__.py", line 447, in process_source
google_sheet_to_json(
File "/home/mcarans/Programming/taas/taas/__init__.py", line 423, in google_sheet_to_json
to_jsonify = process_csv(name, version_config['mapping'], directory)
File "/home/mcarans/Programming/taas/taas/__init__.py", line 360, in process_csv
cooked = normalise_sheet(raw, mapping)
File "/home/mcarans/Programming/taas/taas/__init__.py", line 247, in normalise_sheet
result = processor.emit(row)
File "/home/mcarans/Programming/taas/taas/mapping.py", line 64, in emit
raise KeyError(
KeyError: 'Required column Address (free text to include building name/number, street & Postcode)\n missing in data.'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cloned the taas repo and followed the steps (without making any changes or edits). When I ran
gss2json
, it failed with the following error:The text was updated successfully, but these errors were encountered: