diff --git a/csv-normaliser/main.php b/csv-normaliser/main.php index 68ed719..df4e991 100644 --- a/csv-normaliser/main.php +++ b/csv-normaliser/main.php @@ -77,6 +77,9 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) { if ($currentWard == "Coastal-promontory") { $currentWard = "Coastal-Promontory"; } + if ($currentWard == "East Gippsland Shire") { + $currentWard = "Unsubdivided"; + } } if (trim($data[0]) == "Candidate" || trim($data[0]) == "") { if ($currentWard == null) {