Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on unexpected types in EdFiMetadataProcessor.cs #19

Open
jasonh-edfi opened this issue Jul 20, 2018 · 0 comments
Open

Error on unexpected types in EdFiMetadataProcessor.cs #19

jasonh-edfi opened this issue Jul 20, 2018 · 0 comments
Labels

Comments

@jasonh-edfi
Copy link
Collaborator

In working with a sample data set, we've noticed that line 95 errors out on Student entity on the learningStyles field. We assume that learningStyles, as a JSON object, is an unhandled, unexpected type and needs to be handled gracefully:

System.NullReferenceException: Object reference not set to an instance of an object.
at DataFlow.Web.Services.EdFiMetadataProcessor.GetFieldListFromJson(JObject jsonObj, String entity) in C:\Users\Jason.Hoekstra\source\repos\dataflow\DataFlow.Web\Services\EdFiMetadataProcessor.cs:line 95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant