Skip to content

Commit

Permalink
ingest the new file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnofsydney committed Nov 13, 2024
1 parent 934ea86 commit 613632e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tasks/add_records.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace :lester do
# From a file created and maintained by me, whenever noteworthy people or groups appear in the news
# COMPLETE
# FileIngestor.general_upload('csv_data/other_people_groups_positions-2024-09-13.csv')
FileIngestor.general_upload('csv_data/other_people_groups_positions-2024-11-13.csv')


# From a file created and maintained by me, linking groups to groups, whenever information comes to light
Expand All @@ -20,7 +21,7 @@ namespace :lester do

# using data sourced from wikipedia
federal_ministries.each do |file|
FileIngestor.ministries_upload(file)
# FileIngestor.ministries_upload(file)
end

lobbyists = [
Expand All @@ -29,7 +30,7 @@ namespace :lester do
]

lobbyists.each do |file|
FileIngestor.lobbyists_upload(file)
# FileIngestor.lobbyists_upload(file)
end
end

Expand Down

0 comments on commit 613632e

Please sign in to comment.