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

[Feature Request]: Enable Variables in Filter Rows #4788

Open
schwaen opened this issue Jan 16, 2025 · 4 comments
Open

[Feature Request]: Enable Variables in Filter Rows #4788

schwaen opened this issue Jan 16, 2025 · 4 comments

Comments

@schwaen
Copy link

schwaen commented Jan 16, 2025

What would you like to happen?

I have regular expressions for recurring checks: I would like to use these in filter rows using variables.

Would that be possible?

Thank you very much!

Issue Priority

Priority: 3

Issue Component

Component: Transforms

@hansva
Copy link
Contributor

hansva commented Jan 16, 2025

That sounds like a good idea!
Currently, you can first use a regex evaluation transform add the result as a field, and filter on that.

@schwaen
Copy link
Author

schwaen commented Jan 16, 2025

I always try to keep my pipelines lean. Therefore, a “SELECT VALUE” would theoretically be necessary later to remove the superfluous field.

Would this be recommended for a simple mapping?

@schwaen
Copy link
Author

schwaen commented Jan 16, 2025

Forget the question. I made a mistake in my thinking ;-)

@hansva
Copy link
Contributor

hansva commented Jan 16, 2025

I agree with keeping pipelines as lean as possible and see added value in this feature.
Simple mapping might be a bit complex you would need to copy over values in a fixed field to have the filter working as expected. It might become more overhead on the processing.

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

No branches or pull requests

2 participants