Hello. You don't know which transformer to use. I tried testfilter, but there you can't combine two lines and featuremerger, it's also not quite ideal. I need to filter data in a database with a condition:
- all data with the same uuid
- a point that has the same value of validfrom and validto
validto changes to a value of -1 second down
The result should be validfrom 20220908000000 and validto 20221005235959 in the first line
In the second line validfrom 20221006000000 and validto 99991231235959
Thank you very much.