Jean-Louis created NIFI-4404:
--------------------------------
Summary: escapeJson doesn't escape double-quote ans and invalid
json are created
Key: NIFI-4404
URL: https://issues.apache.org/jira/browse/NIFI-4404
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.3.0
Reporter: Jean-Louis
If in a adatabase I have a string: Hi, "Nifi" team.
the injected value $myVar:escapeJson() produce: Hi, "Nifi" team.
Inside my JSON flow:
{ " content" : "Hi, "Nifi" team."}
which is incorrect.
Probably to link to [https://issues.apache.org/jira/browse/NIFI-3303]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)