Skip to content

Enabling Nested Elements causes non-nested element sheet to be exported incorrectly #151

@colinamuzo

Description

@colinamuzo

This is my sheet:
image
This is how it is correctly exported WITHOUT nested elements enabled:
{ "ClassA": { "Class": "ClassA", "PSIPL": 9, "SMCLLU": 2 }, "ClassB": { "Class": "ClassB", "PSIPL": 6, "SMCLLU": 4 }, "ClassC": { "Class": "ClassC", "PSIPL": 4, "SMCLLU": 6 }, "ClassD": { "Class": "ClassD", "PSIPL": 3, "SMCLLU": 8 }, "ClassE": { "Class": "ClassE", "PSIPL": 1, "SMCLLU": 10 } }
This is how it is INCORRECTLY exported WITH nested elements enabled:
{ "Class": "ClassE", "PSIPL": 1, "SMCLLU": 10 }
The sheet does not have the NA_ prefix so i dont know why its affected at all by the setting. I want to be able to use nested element syntax on other sheets.
Thanks for the free exporter btw :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions