Skip to content

support JSON input with nested objects fields #480

@aslom

Description

@aslom

I have input JSON with topic fields inside child customData:

{"id":"fb1a463c-8a27-4cc2-9f0c-bd991c3802d6",
"eventTime":"2023-08-27T13:38:13.373726754Z",
"customData":{"valid":"0","offset":"0","topic":"topic1"}
}

How would I do addIf for customData.topic?

          - type: add_if
            input: customData.topic
            parameters: '== "topic1"'
            output: classification
            assignee: high

@ronensc
@eranra

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions