Kalmár Róbert created NIFI-9663:
-----------------------------------
Summary: Setting the "csv-escape" property has no effect in
SelectHive3QL
Key: NIFI-9663
URL: https://issues.apache.org/jira/browse/NIFI-9663
Project: Apache NiFi
Issue Type: Bug
Reporter: Kalmár Róbert
The "csv-escape" property doesn't work. To determine whether the output should
escape-t is determined by the "csv-header" property instead.
{code:java}
final boolean escape = context.getProperty(HIVEQL_CSV_HEADER).asBoolean();
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)