Hi, I have been using NiFi for a while without any issues. Recently I found a bug in the EvaluateXPath processor (I was using the 1.2.0 version of it, recently using 1.4.0). The problem is described below:
I have a CDATA section in my xml. All the CDATA are processed properly but the processor fails if it has [JM] at the end of the CDATA section. Please find the screen shot attached. <![CDATA[This is sample text. [JM]]]> this will fail. <![CDATA[This is sample text. [JM] ]]> providing a space after [JM] will work. So I think this is a bug in the NiFi XML processors, which considers the closing bracket of [JM] as the end of CDATA. Thanks, Sreejith
