[Nifi 1.5.0] Map values to be replaced in a UpdateRecord processor

2018-04-11 Thread françois lacombe
Hi all, This morning, i'm trying to update records from a csv file prior to send them in a pgsql db. The UpdateRecord processor sounds to be the most useful to do so. Given problem is I have to replace values of some columns, depending of current value: 1 => a 2 => b 3 => c ... 10 => j

Re: [Nifi 1.5.0] Map values to be replaced in a UpdateRecord processor

2018-04-11 Thread Mike Thomsen
Sorry, misread which processor you're using. You'd want to use LookupRecord with my suggestion. On Wed, Apr 11, 2018 at 9:40 AM, Mike Thomsen wrote: > If you know a scripting language that's supported, you can use the > ScriptedLookupService to tailor the behavior to

Re: processGroupId URL

2018-04-11 Thread Matt Gilman
Hey Scott, Sorry, I misunderstood the original question. I thought you wanted to get able to get the URL for a specific processor in the REST API. You actually wanted the UI URL with the query parameters for the component in question. This does require the parent Process Group ID and

Re: [Nifi 1.5.0] Map values to be replaced in a UpdateRecord processor

2018-04-11 Thread Mike Thomsen
If you know a scripting language that's supported, you can use the ScriptedLookupService to tailor the behavior to your exact specification. The dynamic properties also support EL, so depending your use case you might be able to leverage that. Ex of a Groovy script built for

Exporting/Importing Reporting tasks

2018-04-11 Thread Leandro Lourenço
Hi guys, I'm wondering if there's any way I can import and export Reporting Tasks just like we do with templates. Wanna put together a deployment strategy that recreates Reporting Tasks when necessary. Sincerely, Leandro

Multi Domains Nifi connectoon to UI

2018-04-11 Thread Abdou B
Hello, I use Nifi 1.5 and I would like to use the functionnality that enables Nifi to use various network interface. So as stated in the offficial documentation, i created the following properties nifi.web.https.network.interface.default=0.0.0.0 nifi.web.https.network.interface.eth0=eth0

Multi Domains Nifi connection and UI acces

2018-04-11 Thread Abdou B
Hello, I use Nifi 1.5 and I would like to use the functionnality that enables Nifi to use various network interface. So as stated in the offficial documentation, i created the following properties nifi.web.https.network.interface.default=0.0.0.0 nifi.web.https.network.interface.eth0=eth0