Koji Kawamura created NIFI-5090:
-----------------------------------
Summary: When moving files, FetchSFTP should be able to
dynamically create a directory if not found
Key: NIFI-5090
URL: https://issues.apache.org/jira/browse/NIFI-5090
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Koji Kawamura
Assignee: Koji Kawamura
When using FetchFTP or FetchSFTP with "Completion Strategy" "Move" files it
allows you to specify a directory that files are moved to.
The directory to move files to has to exist for the files to be moved there.
But it will be useful if fetch FTP processors create a directory using some
attribute data, so that processed files are moved into a folder called:
"processed/${year}/${month}/${day}"
Currently with this format, the system creates an exception "FileNotFound"
which actually appears to be referring to the destination directory not being
found.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)