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

Implement support for processing arrays #18

Open
SeriousBug opened this issue Jun 28, 2024 · 0 comments
Open

Implement support for processing arrays #18

SeriousBug opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SeriousBug
Copy link
Owner

There should be a way to specify a separator in a template, which will split a value by that separator then feed each subvalue through the created pipeline. Then the template writer should have to specify a joiner to join the processed subvalues. Maybe something like:

{{ variable | separate , | capitalize | join , }}

In this vein, developers should be able to add their own splitters and joiners. You could add a SUM or AVG or MEDIAN joiner for example.

@SeriousBug SeriousBug added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant