From 28d37fc8699daa0bc2c4eb24dcc32466f6c55ee7 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Tue, 6 Feb 2024 14:04:43 -0800 Subject: [PATCH] Test an open column title --- src/registrar/utility/csv_export.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index fcbce470d..64afd2d06 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -189,7 +189,14 @@ def export_data_type_to_csv(csv_file): "AO", "AO email", "Security contact email", + "Domain Manager email", ] + + # STUCK HERE + + # So the problem is we don't even have access to domains or a count here. + # We could pass it in, but it's messy. Maybe helper function? Seems repetitive + # Coalesce is used to replace federal_type of None with ZZZZZ sort_fields = [ "organization_type",