- Print
- DarkLight
- PDF
When importing scholarship applications some imported fields are left blank on the application record
Article summary
Did you find this summary helpful?
Thank you for your feedback
When importing scholarships you may have the following fields filled in on the import screen and in the csv file:
Schol fund
Status
Status date
Officer
However, after importing those fields remain blank on the scholarship applications.
Answer:
This issue was caused by "Received", which is a date field, being mapped to a column which was numeric. The section of code assigning received date fails and then as a result the additional fields in the same code section do not get assigned.
"Received" needs to be mapped to a date for this to function.
Fields not being assigned as a result of 'Received' not being mapped correctly:
DateReceived
StatusCode
appheld
Status-Date
FundId
Schol-num
ProgramOfficer
progname
"Received" needs to be mapped to a date for this to function.
Fields not being assigned as a result of 'Received' not being mapped correctly:
DateReceived
StatusCode
appheld
Status-Date
FundId
Schol-num
ProgramOfficer
progname
Was this article helpful?