Hi,
I modified my 'Ingest Data' Nifi template to also support FTP.
As I want to be able to pickup only the new files on the server, I am using ListFTP and FetchFTP instead of GetFTP processor.
However when I use both processors, I end up with twice the same information to enter (see attached screenshot)
How can I make sure that a user only needs to enter once the FTP connection information?
I understand that I can reference values from:
* the applicaiton.properties file like `${config.hdfs.ingest.root}`, but I can not add FTP servers in the Kylo config anytime someone has a new datasource.
* the metadata service like `${metadata.category.systemName}`, but it requires to have the `Metadata Service` as a parameter.
Is there also a way to reference the values from ListFTP in the FetchFTP configuration?
Thanks for your help,
Regards,
Mathieu