mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Remove 'scraper' from file/class names add 3B-1
This commit is contained in:
parent
83ef9310a4
commit
3e28be2d0d
28 changed files with 35252 additions and 27790 deletions
|
|
@ -70,7 +70,7 @@ namespace :data do
|
|||
AdminDataValue.delete_all
|
||||
Dir.glob(Rails.root.join('data', 'admin_data', 'dese', '*.csv')).each do |filepath|
|
||||
puts "=====================> Loading data from csv at path: #{filepath}"
|
||||
Dese::FourDLoader.load_data filepath:
|
||||
Dese::Loader.load_data filepath:
|
||||
end
|
||||
puts "=====================> Completed loading #{AdminDataValue.count} survey responses"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue