You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adil (JIRA)" <ji...@apache.org> on 2018/04/18 23:21:00 UTC

[jira] [Created] (NIFI-5094) EL Operations doesn't work for attributes having names with spaces

Adil created NIFI-5094:
--------------------------

             Summary: EL Operations doesn't work for attributes having names with spaces
                 Key: NIFI-5094
                 URL: https://issues.apache.org/jira/browse/NIFI-5094
             Project: Apache NiFi
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 1.3.0
         Environment: OS: RHEL 7.2
Apache NiFi: 1.3.0


            Reporter: Adil


If we declare an attribute having space in between the name, the EL operations doesn't work the way they should work. 

Example: 

Attribute Name declared(without quotes): 'Custom Extract Query' (value is a SQL query like: select colA,colB,colC from dbName.tableName')
EL Operations tested: 
${${'Custom Extract Query'}:toLower:contains('select')}
${${'Custom Extract Query'}:toLower:isEmpty()}

If I remove the spaces from the attribute name, the above EL operations work properly. 



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