Member since
09-11-2015
60
Posts
72
Kudos Received
17
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1651 | 04-11-2017 06:18 PM | |
1327 | 02-21-2017 03:04 PM | |
1856 | 12-28-2016 10:21 PM | |
4358 | 11-30-2016 04:17 AM | |
6059 | 11-08-2016 02:42 PM |
12-15-2022
05:24 AM
This is working fine. Can we provide Search Value and Replacement Value as Variable or flowfile attribute. As I wanted to use same replace text processor to convert different input files with different number of columns. Basically I want to parameterised the Search Value and Replacement Value in replace text processor. @mpayne @ltsimps1 @kpulagam @jpercivall @other
... View more
12-06-2020
10:24 PM
@Vin900, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
04-26-2019
12:00 PM
You can use replacetext processor and in place of replacement use the attribute name you want to have in your flow file. One thing you must keep in mind that attributes are stored in memory.
... View more
11-03-2017
11:43 AM
1 Kudo
@Bryan Bende do you mean delete all below directories to empty the queue? will the job flow be delete too? content_repository flowfile_repository provenance_repository
... View more
06-08-2018
05:25 PM
Hi. You can check @Tran Quyet Thang https://github.com/iheb-boughzala/AllFbPostsUsingNifi
... View more
10-20-2016
07:53 PM
it worked when i changed my ReplaceText to the format below. i think this has to do with the mime-type urlencoded. remember we cannot send special chars like @ i had to send it as %40 This is how the ReplaceText processor looks.. grant_type=password&client_id=6e880286&client_secret=d12f0f6d41cfe81fcfc122e3fc17a833&username=Saikrishna.Tarapareddy%40purina.nestle.com&password=7heStuhuwa also i had mime.type = application/x-www-form-urlencoded in my updateattribute processor. Thanks you all.
... View more
07-11-2016
07:00 AM
1 Kudo
Hi @Prasanta Sahoo, Can you try "ConvertAvroToJSON" processor with below configuration: For "JSON container options" Instead of "none" try "array" That determines how the stream flows as an array or single object. Thanks, Jobin
... View more
08-17-2018
11:52 AM
@Guven
Guvenal this is a great custom processor, you should create a HOWTO Article here about how to use it and or create one about how to make Custom Processors.
... View more
01-13-2016
10:18 PM
@jpercivall. thanks for the reply. So i beleive the ExtractImageMetadata processor gets the png and jpeg image files metadata rather than system level metadata. SO if GetFile is getting most of the attributes then why we need ExtractMetadataProcessor please? Just wondering it would be good if you can share the GetFile and ExtractImageMetadata nifi template which you said you have implemented please. Thank you
... View more