Test an open column title

This commit is contained in:
Rebecca Hsieh 2024-02-06 14:04:43 -08:00
parent 9a44a40a49
commit 28d37fc869
No known key found for this signature in database

View file

@ -189,7 +189,14 @@ def export_data_type_to_csv(csv_file):
"AO", "AO",
"AO email", "AO email",
"Security contact 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 # Coalesce is used to replace federal_type of None with ZZZZZ
sort_fields = [ sort_fields = [
"organization_type", "organization_type",