[
https://issues.apache.org/jira/browse/NIFI-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490057#comment-17490057
]
ASF subversion and git services commented on NIFI-9663:
-------------------------------------------------------
Commit 357a8667f98b054436a789a008e9c56ca07417d6 in nifi's branch
refs/heads/main from Robert Kalmar
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=357a866 ]
NIFI-9663 Setting the "csv-escape" property has no effect in SelectHive3QL
Signed-off-by: Pierre Villard <[email protected]>
This closes #5756.
> 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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)