Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

space before field name in comma delimited list of fields is considered as part of field name #91

@gopala000

Description

@gopala000

example: id, school.name,school.city,school.state,school.zip
output:

{
    "errors": [
        {
            "error": "field_not_found",
            "input": " school.name",
            "message": "The input field ' school.name' (in the fields parameter) is not a field in this dataset."
        }
    ]
}

expected:
field list need to be trimmed during validation

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