Member since
07-27-2020
3
Posts
0
Kudos Received
0
Solutions
04-27-2023
04:55 AM
I'm receiving an array of the Json objects like [{"key1":"value1", "key2":"value2"},{...},{...}], all what I'm doing is using SplitJson with the following expression. If you have another structure of a Json your expression could be different, or you should use any transform(f.e. JoltTransform) at first.
... View more
12-01-2021
02:31 PM
You will need to use the Calcite current_date equivalent, like so: SELECT * FROM flowfile WHERE date >= {fn CURDATE()} Hope this helps! See here for more Calcite definitions: https://calcite.apache.org/docs/reference.html
... View more