I have a script that gets executed in nifi ExecuteScript processor.
Input to the processor is a flowfile corresponsding to an input xlsx file.
I want to get hold of that xlsx file, so that I can use it to be transferred over the network.
Is it possible?