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
In erdl/legacy-scrape-util#24, occupant_query.py was changed to survey_display.py, therefore the value for parser in the following config file must be changed to survey-display
[acquire.static.settings]
is-active = true
source = '/var/www/www-data/occquse/responses/'
on-raw = '/var/local/scrape-util/projects/occupant-query/raw'
[[acquire.static.parser]]
parser = "occupant-query"
suffix = "csv"
# | survey_info_id | question_id | deployed_url_id | option_id | timestamp
[reshape.field.modify]
node = { title = "url", index = 2 }
name = { title = "survey", index = 0 }
unit = { title = "question", index = 1 }
value = { title = "option", index = 3 }
timestamp = { title = "timestamp", index = 4 }
[export]
csv = true
[export.psql.settings]
is-active = true
database = "kiosk"
table = "response"
[export.psql.conversions]
psql-defaults = [0]
timestamp = "to-timestamp"
The text was updated successfully, but these errors were encountered:
In erdl/legacy-scrape-util#24,
occupant_query.py
was changed tosurvey_display.py
, therefore the value forparser
in the following config file must be changed tosurvey-display
The text was updated successfully, but these errors were encountered: