Skip to content

feat: added a pipeline function for multi-stage transformers#56

Open
MayukhChakrabortyDX wants to merge 5 commits intoSamarth2190:mainfrom
MayukhChakrabortyDX:feature/pipeline
Open

feat: added a pipeline function for multi-stage transformers#56
MayukhChakrabortyDX wants to merge 5 commits intoSamarth2190:mainfrom
MayukhChakrabortyDX:feature/pipeline

Conversation

@MayukhChakrabortyDX
Copy link
Copy Markdown

This feature enables developers to easily add multiple transformations in a single string, variables, signals, or any other source of inputs in form of string.

The pipeline can be cached, or pre-built to behave similarly for any other set of strings and inputs.

@MayukhChakrabortyDX MayukhChakrabortyDX deleted the feature/pipeline branch June 29, 2025 07:53
@MayukhChakrabortyDX MayukhChakrabortyDX restored the feature/pipeline branch June 29, 2025 07:54
@cokolwiekpl
Copy link
Copy Markdown
Contributor

The functionality looks great and could be very useful, as it enables the effective use of our other transformation methods. The only thing worth adding is runtime validation to check whether each function in the pipe actually returns a string. This will protect against null and undefined values in the input data.

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

Successfully merging this pull request may close these issues.

2 participants