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

Regex-Based Preprocessing Rule to Adapters #3282

Open
tenthe opened this issue Oct 4, 2024 · 0 comments
Open

Regex-Based Preprocessing Rule to Adapters #3282

tenthe opened this issue Oct 4, 2024 · 0 comments

Comments

@tenthe
Copy link
Contributor

tenthe commented Oct 4, 2024

Body

As a user, I want to provide a regex expression to transform string properties of an event in the adapter.

Acceptance Criteria:

  • Users can input a valid regex pattern in the adapter configuration.
  • The preprocessing pipeline applies the regex transformation to string values only.
  • No changes are made to the property's metadata during the process.

Technical Details:

  • Implement the new rule in the adapter's preprocessing logic.
  • Validate user input to ensure the regex is valid.
  • Ensure the transformation affects only the string values, not the metadata of the property.
grafik

Option should be available in section Value Transformation

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@tenthe tenthe changed the title dd Regex-Based Preprocessing Rule to Adapters Regex-Based Preprocessing Rule to Adapters Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant