Member since
09-27-2018
138
Posts
23
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9413 | 02-28-2021 10:23 PM | |
1887 | 02-08-2021 11:53 PM | |
31120 | 12-16-2020 11:31 PM | |
7414 | 12-14-2020 11:02 PM | |
4735 | 12-14-2020 12:18 AM |
11-19-2023
10:02 PM
Hi You have changed the version of prod from 5 to 7 manually by going to Ui, is it possible to do the same through nifi cli ? If yes then please share i dont want the manual intervention here to upgrade the version of process group Thanks for the help
... View more
11-08-2023
04:03 AM
1 Kudo
Hello Vidya, would you support me in this as well? regards, Mahrous Badr
... View more
03-12-2023
01:40 AM
{
"operation": "default",
"spec":{ "*" : {
"flow_file_id" : "${uuid}" }
}
} this spec is generating the same uuid for all the objects in the array of json.
... View more
12-17-2021
06:18 AM
Hello @alim, Can you please indicate where I can find the ./conf/providers.xml file ? Also regarding this "Flow snapshot histories are managed as Git commits, meaning only the latest version of Buckets and Flows exist in the Git directory.", is there any way to save all versions of a specific flow in GIT? Thank you!
... View more
03-17-2021
04:15 AM
@rakz Did you try your SQL-statement interactive? As far as I know INSERT INTO does not accept WHERE-clause at least not at microsoft sql server.
... View more
03-10-2021
11:11 PM
@mehdi58 I haven't done this until now myselfe but I don't think that the flowfile-UUID is meant by "provenance event id". At the moment I can't try but maybe this link will be helpful for you: https://community.cloudera.com/t5/Support-Questions/Nifi-how-to-get-provenance-event-id-in-nifi/m-p/154682 and https://community.cloudera.com/t5/Community-Articles/How-to-use-provenance-events-id-nifi-rest-api/ta-p/245440
... View more
02-28-2021
10:23 PM
1 Kudo
@murali2425 Here are two possible solutions. At solution 1 the value is set into an array. At solution 2 I took the flowfile-content (json) and set it into an attribute. Then you can work with expression language to get the value. For testing the syntax I recommend this site: http://jsonpath.herokuapp.com/
... View more
02-22-2021
07:00 AM
most file formats can be extracted via tika https://community.cloudera.com/t5/Community-Articles/ExtractText-NiFi-Custom-Processor-Powered-by-Apache-Tika/ta-p/249392
... View more
02-17-2021
05:55 AM
@memad Have a look here at the processor: To create or check cron syntax look here: https://www.freeformatter.com/cron-expression-generator-quartz.html Hope this helps! Bye
... View more