Skip to content

Commit

Permalink
Import script for Wyre (2024-07-04) (closes #7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 committed May 29, 2024
1 parent 2e94386 commit e65d9a2
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
from data_importers.management.commands import Unknown
from data_importers.management.commands import BaseXpressDemocracyClubCsvImporter


class Command(Unknown):
class Command(BaseXpressDemocracyClubCsvImporter):
council_id = "WYR"
addresses_name = "2024-07-04/2024-05-24T11:01:24.349444/Polling_Place_Postcode_Lookup__04July2024.tsv"
stations_name = "2024-07-04/2024-05-24T11:01:24.349444/Polling_Place_Postcode_Lookup__04July2024.tsv"
addresses_name = (
"2024-07-04/2024-05-29T08:48:44.168590/Democracy_Club__04July2024.tsv"
)
stations_name = (
"2024-07-04/2024-05-29T08:48:44.168590/Democracy_Club__04July2024.tsv"
)
elections = ["2024-07-04"]
csv_encoding = "windows-1252"
csv_delimiter = "\t"

0 comments on commit e65d9a2

Please sign in to comment.