Created on 07-12-2019 12:45 PM - edited 08-17-2019 04:52 PM
i am picking files from S3 Bucket using FetchS3Object and once FetchS3Object Processor runs it change the orignal filename with the UUID in Queue
Here is the Complete Flow
Created 07-12-2019 01:06 PM
Could add your NiFi flow screenshot? more specifically before FetchS3Object processor?
Created 07-12-2019 01:32 PM
@Shu .. i have edited the qustiion
Created 07-12-2019 01:33 PM
just ignore the arrows connected with FetchS3Object from left side...those are stopped processors and of no use
Created 07-12-2019 02:16 PM
Possible workaround to resolve this issue could be:
If you are having filename as attribute to the flowfile(after EvaluateJsonPath processor) then by using UpdateAttribute processor after FetchS3Object processor we can change the filename back to the original filename.
Add new property name filename to UpdateAttribute processor
filename
with value as
${<filename_attribute_name>}
Created 07-18-2019 04:16 PM
If the answer is helpful to resolve the issue, Login and Click on Accept button below to close this thread.This will help other community users to find answers quickly 🙂