Hello community,
I'm looking at using an external table that would be used to configure
various NiFi flows by reading the columns from the table and converting
them into attributes. The idea breaks down with some processors that do
not allow an incoming relationship, such as ListSFTP, so I can't use
attributes to control them. Is there any way around this, short of
modifying the processor code and creating a new custom processor? Is
there a way to convert the records from the table into variables instead?
Thanks for any help,
Scott