Hello Quentin,
I also used the python with ExecuteScript but it is not native and not really supported.
The better thing it is use executeGroovy processor.
Minh
Envoyé: vendredi 8 septembre 2023 à 22:55
De: "Rafael Fracasso" <[email protected]>
À: [email protected]
Objet: Re: [NIFI] ExecuteScript
De: "Rafael Fracasso" <[email protected]>
À: [email protected]
Objet: Re: [NIFI] ExecuteScript
As far as I know, you cannot use any external library on executescript, only the native one on jython env.
But you can call native python to execute your script using executestreamcommand
On Fri, Sep 8, 2023 at 6:15 AM Quentin HORNEMAN GUTTON <[email protected]> wrote:
Hello everyone,I would like to know if it is possible to use the Etree or ElementPath library in an ExecuteScript processor with the "Python" script engine (which is Jython), or if it is possible to install modules for the Jython environment ?I'm using NiFi 1.20.0Best regards,
