You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ramana (JIRA)" <ji...@apache.org> on 2019/02/20 17:47:00 UTC

[jira] [Created] (NIFI-6060) GetSftp regex filter not working

Ramana created NIFI-6060:
----------------------------

             Summary: GetSftp regex filter not working
                 Key: NIFI-6060
                 URL: https://issues.apache.org/jira/browse/NIFI-6060
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Ramana


Hi Team,

Below java Regex filter is not working in GetSftp processor and the same is working in JAVA regex editor.

Java Regex:

*(?:^|\s)(\S+)\.csv(?![\S\s]*\s\1\.cdh)*

Above Regex will select only .csv files which do not have corresponding .cdh files in sftp server in particular folder.

Thanks in advance.

Thanks,

Ramana



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)