Hi,
Executing a script i give my csv a name using this comand:
flowFile = session.putAttribute(flowFile, "filename", filename);
Some steps later, i would like to change the name of the file.
¿How can i get this attribute (using JS in an execute script processor)?
I really appreciate your help
Thanks a lot