Skip to content

Allow processing data before writing #7

@caiquecastro

Description

@caiquecastro

Allow processing data, the source fetched data would be processed before writing to destionation.

{
    "destination": {
        //...
    },
    "source": {
        //...
    },
    "process": {
        "id": {
            "transformation": "uuidGenerate"
        },
        "admission": {
            "transformation": "dateFormat",
            "parameters": {
                "format": "DD/MM/YYYY"
            }
        },
        "approverId": {
            "transformation": "nullIfEmpty"
        }
    }
}

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