Hi

I'm struggling with the LookupAttribute Processor [1].

My flowfile has an attribute "foo" with the value "foovalue1". I want to create a new attribute "bar", that matches foo's value (=>barvalue1). Therefore I have defined a csv lookup table like this:


    foo,bar

    foovalue1,barvalue1

    foovalue2,barvalue2


Therefore I'm creating a new dynamic property "bar" with the value "${foo}". Unfortunately this does not work. Any hints?

I think this processor is very useful. Will it be integrated into an official Nifi release anytime?

Thanks

Mika>


[1] https://github.com/jfrazee/nifi-lookup-service/tree/file-based-lookup-service

Reply via email to