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

(General) Allow empty nested elements #41

Open
Synthoid opened this issue Nov 23, 2017 · 0 comments
Open

(General) Allow empty nested elements #41

Synthoid opened this issue Nov 23, 2017 · 0 comments
Assignees

Comments

@Synthoid
Copy link
Owner

Allow the nested elements feature to create empty elements like an empty JSON array ( [] ), or empty XML element with open and close tags ().

This is most useful for making sure that all expected fields exist. Could simply be an extra check box for nested elements that will allow empty cells to create elements in their key path, but not populate them with an empty value. IE a column with key [traits]ID and an empty cell value, would create "traits" : [] instead of the current "traits" : [ { "ID" : "" } ]

@Synthoid Synthoid self-assigned this Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant