diff --git a/tasks/gazette_txt_to_xml.py b/tasks/gazette_txt_to_xml.py index 80524ee..a0fd853 100644 --- a/tasks/gazette_txt_to_xml.py +++ b/tasks/gazette_txt_to_xml.py @@ -32,6 +32,8 @@ def create_aggregates(database:DatabaseInterface, storage:StorageInterface): territory_id FROM gazettes + WHERE + territory_id NOT LIKE '%00000' ) GROUP BY code