Relative Content

Tag Archive for configurationpipelineapache-nifipg

File transfer via Apache NiFi using transfer configuration from pgdb

I’ve the configuration for files in pg database, with information like file source, destination, file pattern and etc..
And I want to have a nifi process where I’ll read configuration via db and then provide this information in attributes to the another processors which will transfer file from source to destination.
I have the following flow in Nifi: