Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Hard to figure out the bug when an entity for mastering is malformed #314

@damonfeldman

Description

@damonfeldman

I have some content that has "flat" list of properties below the /envelope/instance JSON structure. That is it has

{envelope: {
instance: {
info: {...},
firstName: "bob",
lastName: "jones",
dob: "05-02-1993"
}}

where normally it would/should have a "Person: {...} wrapper around the name, dob, and other data.

It would be nice if this failed more gracefully, rather than throwing a coercion error on a sequence.

Reproduce easily by inserting a second property into the root level of a document and trying to run SMT on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions