mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Correct student survey responses from 2016-17. Finishes #182076798
This commit is contained in:
parent
a02d8c5c59
commit
e27238e3c4
2 changed files with 19519 additions and 19520 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -47,7 +47,7 @@ namespace :one_off do
|
|||
|
||||
desc 'load a single file'
|
||||
task load_single_file: :environment do
|
||||
filepath = Rails.root.join('data', 'survey_responses', '2018-19_boston_mattahunt_teacher_survey_responses.csv')
|
||||
filepath = Rails.root.join('data', 'survey_responses', '2016-17_student_survey_responses.csv')
|
||||
puts "=====================> Loading data from csv at path: #{filepath}"
|
||||
SurveyResponsesDataLoader.load_data filepath: filepath
|
||||
puts "=====================> Completed loading #{SurveyItemResponse.count} survey responses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue