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)