Member since
10-15-2019
12
Posts
0
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2556 | 10-24-2019 11:17 AM | |
2766 | 10-24-2019 11:10 AM | |
1182 | 10-23-2019 07:51 AM | |
5898 | 10-16-2019 05:07 AM |
08-12-2020
06:53 AM
@Deenag Yes, this is a typical method to filter out flowfiles based on attributes matching expression language. You setup the routes you want and ignore the rest.
... View more
10-24-2019
11:17 AM
The current flow worked fine. listhdfs->fethchdfs->updateattribute->puthdfs->deletehdfs In the list hdfs set the Minimum File Age wait time before consuming. This will allow the process to search files recursively. I have completed all the activates except generating sequence number for each received flow file for the same date. Could you please check and help.
... View more
10-24-2019
11:10 AM
I have got the issue resolved by providing the following value by adding a new property as filename. ${filename:substringBeforeLast('.')}_${uuid}.${filename:substringAfter('.')}
... View more
10-23-2019
07:51 AM
This has to be achieved only with puthdfs and not movehdfs. The following nifi flow worked and issue resolved. listhdfs->updateattribute->puthdfs->deletehdfs
... View more
10-16-2019
05:07 AM
@Shu_ashu Thank you for the solution. I have got the issue resolved as it is working as expected.
... View more