Since a jar file is mostly just a standard zip file, can you use a built in
processor instead?

On Sun, 3 Dec 2023, 15:36 James McMahon, <jsmcmah...@gmail.com> wrote:

> I have a large volume of a wide variety of incoming data files. A subset
> of these are jar files. Can the ExecuteStreamCommand be configured to run
> the equivalent of
>
> jar -xf ${flowfile}
>
> and will that automatically direct each output file to a new flowfile, or
> does ESC need to be told to direct each output file from jar standard out
> to the Success path out of ESC?
>
> Thank you in advance for any assistance.
>

Reply via email to