Member since
06-11-2019
13
Posts
0
Kudos Received
0
Solutions
06-19-2019
01:52 AM
@Jayashree S Use RouteOnArttribute processor after ListS3Object processor and filter only the required file and pass that to FetchS3Object. Flow: Lists3
RouteOnAttribute
FetchS3 (or) If you want to pull the same file from s3 all the time, then you can use flow as: GenerateFlowFile //schedule this processor as per your requirements
FetchS3Object //configure full s3 file path
... View more