Skip to content
This repository has been 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

Open
damonfeldman opened this issue May 6, 2019 · 0 comments
Open

Comments

@damonfeldman
Copy link

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.

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

No branches or pull requests

1 participant