Skip to content

Log message when invalidating record using "isEmpty" #209

@mbrodala

Description

@mbrodala

The isEmpty transformation introduced with version 6.0 allows for dropping whole records in case a field is empty.

This is very useful but for debugging purposes and for giving feedback to the data source provider a message should be logged on every record which is dropped this way. This way it is rather easy to find the affected source records and fix them.

Right now we do this with a custom step which triggers a warning message in case a record is dropped. The record is added to the message as JSON encoded string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions