Remove 'scraper' from file/class names add 3B-1

This commit is contained in:
rebuilt 2022-09-12 11:24:57 -07:00
parent 83ef9310a4
commit 3e28be2d0d
28 changed files with 35252 additions and 27790 deletions

View file

@ -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