Skip to content

Commit

Permalink
Import script for Calderdale (2024-07-04) (closes #7593)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 authored and GeoWill committed Jun 13, 2024
1 parent 44de0c3 commit 3d737e0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

class Command(BaseDemocracyCountsCsvImporter):
council_id = "CLD"
addresses_name = "2024-05-02/2024-02-16T15:25:54.920405/2024 02 16 Democracy Club Polling Districts export.csv"
stations_name = "2024-05-02/2024-02-16T15:25:54.920405/2024 02 16 Democracy Club Polling Stations export.csv"
elections = ["2024-05-02"]
csv_encoding = "utf-16le"
addresses_name = "2024-07-04/2024-06-06T14:49:45.071526/CMBC_Democracy_Club_PS_Extract_PollingDistricts_UKPGE.csv"
stations_name = "2024-07-04/2024-06-06T14:49:45.071526/CMBC_Democracy_Club_PS_Extract_PollingStations_UKPGE.csv"
elections = ["2024-07-04"]

def station_record_to_dict(self, record):
# LEE MOUNT BAPTIST CHURCH, MELBOURNE STREET, LEE MOUNT, HALIFAX, WEST YORKSHIRE HX3 5BQ
Expand Down

0 comments on commit 3d737e0

Please sign in to comment.