Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Format nested response keys #3

@chriswhong

Description

@chriswhong

Response keys that have a parent defined in the layout CSVs should become keys in an object that gets returned as the parent's value.

...
  'LION KEY': '1311500290',
  'LION Borough Code': '1',
  'LION Face Code': '3115',
  'LION Sequence Number': '00290',
...

should become:

'LION KEY': {
  'LION Borough Code': '1',
  'LION Face Code': '3115',
  'LION Sequence Number': '00290',
}

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