bossenti opened a new issue, #1868: URL: https://github.com/apache/streampipes/issues/1868
### Body ### Description A user should have the ability to apply operations on datetime values (adding & subtracting time deltas, e.g., one day). Therefore, a new processor is required that provides the functionality to apply operations to a datetime object. ### Example Configuration `Operation`: Allowed values: `add` & `substract` `delta` : time delta, e.g. 1 day or 2 minutes (probably this needs to be split into two input parameters) ### Additional Functionality If you have any other ideas for the functionality of this new processor, please feel free to add them here. ### Mentoring As this issue is marked as a good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help. This issue is ideal for people that are interested in getting started with StreamPipes and its SDK. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
