Skip to content

Request: Transform items using custom callback #7

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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