Skip to content

Request: Transform items using custom callback #7

Open
@t-moe

Description

@t-moe

It would be nice to be able to transform items of an array using a custom callback.

Possible Syntax: (Chapter: Transform Items Returned in Array)

{ destination: ['$.path.to.sources', function(item) { return someTransformations(item); } ] }

Maybe that could also be added to transform single properties? (You would have to find a good syntax for that though).

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