Member since
06-12-2020
8
Posts
0
Kudos Received
0
Solutions
06-02-2021
12:47 AM
I have instead created a custom processor to convert the velocity template & generate a nice tabular content.
... View more
06-02-2021
12:30 AM
Hi There, I am not able to use jsonPath function on a NiFi parameter. However the same works fine if it is a variable. For eg. #{category_mappings:jsonPath("$.catCode")} - Doesn't work (snapshot attached) ${category_mappings:jsonPath("$.catCode")} - Works fine
... View more
Labels:
- Labels:
-
Apache NiFi
04-07-2021
10:29 PM
Any update on this? I am looking for NiFi to pick the changes without restart. If it's not done yet, can I request you to guide me on this? Some guidelines may be around writing a ControllerService?... I don't know, please guide.
... View more
03-26-2021
03:38 AM
Hi there, NiFi PutEmail - How to create a tabular content using a JSON array of objects? For eg. Flow File Attribute 'documents' (jsonObject) is present which looks like below: [ { "itemId": "ITEM-001", qty: 150 }, { "itemId": "ITEM-002", qty: 250 }] The email messageText should loop through the json array and produce the tabular content. (<td>${item.itemId}</td><td>${item.qty}</td>) so that it generate the following table: <table> <tr><td>ITEM-001</td><td>150</td></tr> <tr><td>ITEM-002</td><td>250</td></tr> </table>
... View more
Labels:
- Labels:
-
Apache NiFi
09-14-2020
12:49 AM
I have put detailed solution description here You should be able to start NiFi & its registry with this docker compose file. It persists several folders on the local disk & rest will be persisted in the docker volume called 'nifi_data' so that it retains the previous state of other folders like content_repository, database_repository, flowfile_repository, provenance_repository, state and work.
... View more