[
https://issues.apache.org/jira/browse/NIFI-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kalmár Róbert reassigned NIFI-9663:
-----------------------------------
Assignee: Kalmár Róbert
> 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
> Assignee: Kalmár Róbert
> Priority: Major
>
> 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)