Skip to content

Commit

Permalink
Import script for Islington (2024-11-28) (closes #8140)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 authored and awdem committed Nov 5, 2024
1 parent 651dd05 commit b9e5eb5
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

class Command(BaseXpressDemocracyClubCsvImporter):
council_id = "ISL"
addresses_name = "2024-08-15/2024-08-12T11:26:42.456008/Democracy_Club__15August2024HillriseWardIslington.tsv"
stations_name = "2024-08-15/2024-08-12T11:26:42.456008/Democracy_Club__15August2024HillriseWardIslington.tsv"
elections = ["2024-08-15"]
csv_delimiter = "\t"
addresses_name = (
"2024-11-28/2024-10-30T14:47:36.249110/Democracy_Club__28November2024.CSV"
)
stations_name = (
"2024-11-28/2024-10-30T14:47:36.249110/Democracy_Club__28November2024.CSV"
)
elections = ["2024-11-28"]

0 comments on commit b9e5eb5

Please sign in to comment.