alisha-1000 commented on issue #529:
URL: https://github.com/apache/streampipes/issues/529#issuecomment-3860322456

   Thanks @dominikriemer 
   
   I’ve opened a PR with an initial implementation of the JVM-based multi-field 
rename processor:
    https://github.com/apache/streampipes/pull/4151
   
   Current state:
   - Uses a collection static property to define multiple old → new field 
mappings
   - Applies all mappings within a single processor execution
   - Registers the processor in the transformation module
   
   Next step from my side will be to add a `CustomTransformOutputStrategy`
   to dynamically calculate the output schema, as you suggested.
   
   Happy to adjust the implementation based on your feedback.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to