Member since
07-11-2018
4
Posts
0
Kudos Received
0
Solutions
07-11-2018
06:39 AM
Sorry, i found it in a tutorial: var filename = flowFile.getAttribute('filename');
... View more
07-11-2018
06:27 AM
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
... View more
Labels:
- Labels:
-
Apache NiFi