Re: JQ: Function strftime/1 does not exist

2023-04-18 Thread James Netherton
I created a ticket for it: https://issues.apache.org/jira/browse/CAMEL-19276 -- James On Tue, 18 Apr 2023 at 12:57, Claus Ibsen wrote: > Hi > > Maybe we should include that -extra out of the box in camel-jq > > On Tue, Apr 18, 2023 at 1:02 PM James Netherton > wrote: > > > Hi, > > > > Have yo

Re: JQ: Function strftime/1 does not exist

2023-04-18 Thread Claus Ibsen
Hi Maybe we should include that -extra out of the box in camel-jq On Tue, Apr 18, 2023 at 1:02 PM James Netherton wrote: > Hi, > > Have you added jackson-jq-extra to the application classpath? > > -- > James > > On Mon, 17 Apr 2023 at 16:32, Mikael Koskinen wrote: > > > Hi, > > > > When using

Re: JQ: Function strftime/1 does not exist

2023-04-18 Thread James Netherton
Hi, Have you added jackson-jq-extra to the application classpath? -- James On Mon, 17 Apr 2023 at 16:32, Mikael Koskinen wrote: > Hi, > > When using the following JQ expression: > > now | strftime("%Y-%d-%m") > > I get the following error: > > CaughtExceptionType: org.apache.camel.RuntimeCam

JQ: Function strftime/1 does not exist

2023-04-17 Thread Mikael Koskinen
Hi, When using the following JQ expression: now | strftime("%Y-%d-%m") I get the following error: CaughtExceptionType: org.apache.camel.RuntimeCamelException CaughtExceptionMessage: net.thisptr.jackson.jq.exception.JsonQueryException: Function strftime/1 does not exist StackTrace: org.apache