Skip to content

How to transform object in mapper function #254

Open
@VincentdeWit94

Description

@VincentdeWit94

Would it be possible to create a mapper function that returns a new object with new values?
Like we would do in JS:

.map((d) => ({a: d.alpha, b: d.beta}));
Which would return:
{ a: 'alpha_val', b: 'beta_val' }

Thanks!

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