diff --git a/chellow/e/hh_parser_edf_csv.py b/chellow/e/hh_parser_edf_csv.py index 60dbe4274..d268c1369 100644 --- a/chellow/e/hh_parser_edf_csv.py +++ b/chellow/e/hh_parser_edf_csv.py @@ -36,6 +36,7 @@ def create_parser(reader, mpan_map, messages): STATUS_LOOKUP = { "Actual": "A", "Estimated": "E", + "-": "E", }