Skip to content

Error on unexpected types in EdFiMetadataProcessor.cs #19

@jasonh-edfi

Description

@jasonh-edfi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions