Skip to content

Commit

Permalink
csv_layout: Fix incorrect field path for retrieved in GN
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Oct 22, 2024
1 parent d5d1643 commit 71dc08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grantnav/csv_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
("Beneficiary District (additional data)", "result.additional_data.GNBeneficiaryDistrictName"),
("Beneficiary District Geographic code (additional data)", "result.additional_data.GNBeneficiaryDistrictGeoCode"),

("Retrieved for use in GrantNav (additional data)", "dataset.additional_data.datagetter_metadata.datetime_downloaded"),
("Retrieved for use in GrantNav (additional data)", "dataset.datagetter_metadata.datetime_downloaded"),
("Funding Org: Org Type (additional data)", "result.additional_data.TSGFundingOrgType"),
("Funding Org: Canonical Org ID (additional data)", "result.additional_data.GNCanonicalFundingOrgId"),
("Funding Org: Canonical Name (additional data)", "result.additional_data.GNCanonicalFundingOrgName"),
Expand Down

0 comments on commit 71dc08c

Please sign in to comment.