Member since
01-31-2019
2
Posts
0
Kudos Received
0
Solutions
02-04-2019
04:44 PM
Note: I've found out that this behaviour exists only when using ExecuteScript. It's absent when using InvokeScriptedProcessor.
... View more
01-31-2019
08:39 PM
In the Jython processor called by NiFi for some reason the class datetime (http://www.jython.org/docs/library/datetime.html) is replaced with a call for java.sql.Timestamp, resulting in the following error when trying to use a script handling dates: Is that on purpose? Or is it a bug?
... View more