We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c0217 commit b1fe0c0Copy full SHA for b1fe0c0
ilri/fix_initiative_mappings.py
@@ -128,7 +128,7 @@ def parse_community(community_id):
128
# Column names in the CSV
129
id_column_name = "id"
130
collection_column_name = "collection"
131
-initiative_column_name = "cg.contributor.initiative[en_US]"
+initiative_column_name = "cg.contributor.initiative[en]"
132
# The prefix for all Initiative collection names
133
initiative_column_name_prefix = "CGIAR Initiative on "
134
0 commit comments