Skip to content

How to add a nested field?Β #69

@ckazimie

Description

@ckazimie

Given a log recod {"a": 1, "b":3 } I would like to transform it to

{"a": 1, "b":3, 'c': { 'd':4, 'e': 5} }

which is to add a field c with the nested value of { 'd':4, 'e': 5}?

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