Member since
01-17-2019
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1041 | 01-24-2019 10:07 PM |
01-24-2019
10:07 PM
I was able to find solution similar to https://community.hortonworks.com/answers/74595/view.html Thanks @Devin Pinkston I used as below ExecuteSQL -> UpdateAttribute added a property "filename" with value "employee.${filename}.${now():format("yyyy-MM-dd-HH-mm-ss-SSS")}.avro" -> PutSFTP
... View more
01-24-2019
09:00 PM
I am trying s simple workflow ExecuteSQL -> PutSFTP, I want my flowfiles to be with .avro extension as well as I want to add either a prefix or suffix to the file name. For example if I am extracting employee data then I want flowfile name should be employee<timestamp/randomnumber>.avro @Shu @Matt Burgess @Neeraj Sabharwal
... View more
01-22-2019
11:27 PM
@Shu @Matt Burgess I am using NiFi 1.1 and ifElse is not availabile in that. In NiFi 1.1, how can I evaluate stored.state in UpdateAttribute?
... View more