You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
masimons
changed the title
Modify grants-ingest.js to account for forecasted fields
[Forecasted Pipeline] Modify grants-ingest.js to account for forecasted fields
Aug 13, 2024
@TylerHendrickson would you mind making sure i'm on the right track here with these mappings? :) Definitely open to chatting about any changes you have in mind
In the usdr-gost repo, there is a function called
mapSourceDataToGrant
located in the grants-ingest.js file.Add:
grant.forecast_creation_date = milestones.forecast_creation_date
grant.project_start_date = milestones.estimated_start_date
grant.award_date = milestones.award_date
The text was updated successfully, but these errors were encountered: