Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(transform): Support string joining arrays #5148

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. feat(transform): Support string joining arrays

    Add a new string tranform `Join` that wraps around `strings.Join` and
    converts any given array into a single string separated by a user
    defined string.
    
    Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>
    MisterMX committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8d6af61 View commit details
    Browse the repository at this point in the history