[
https://issues.apache.org/jira/browse/NIFI-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850621#comment-15850621
]
ASF GitHub Bot commented on NIFI-3429:
--------------------------------------
Github user nickcarenza commented on the issue:
https://github.com/apache/nifi/pull/1464
@patricker I think I might have to implement this behind a new property and
change to display name of the existing property to 'Quote Column Identifiers'.
In my current flow, I've had to use a ReplaceText processor following
ConvertJSONToSQL to wrap the table name in quotes. If I were to deploy the next
minor I would expect that not to break but I would end up with 2 pairs of
quotes around my table identifier.
> ConvertJSONToSQL Does not work with table identifiers that need to be quoted
> ----------------------------------------------------------------------------
>
> Key: NIFI-3429
> URL: https://issues.apache.org/jira/browse/NIFI-3429
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Nicholas Carenza
> Priority: Minor
>
> I have a table identifer that needs to be quoted. If i supple the table
> identifer unquoted in the properties, the processor can convert the json to
> sql but the output sql doesn't have the table name quoted even if I select
> the option Quote Identifiers because, true to the description, it only
> applies to column identifiers. If I supply the table identifier quoted in the
> properties, then the processor fails completely because it can't find the
> table.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)