[
https://issues.apache.org/jira/browse/NIFI-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036773#comment-15036773
]
Oleg Zhurakousky commented on NIFI-1244:
----------------------------------------
Just wanted to confirm that this will not result in NPE since its an optional
property with no default value:
{code}
final String schemaName =
context.getProperty(SCHEMA_NAME).evaluateAttributeExpressions(flowFile).getValue();
{code}
> ConvertJSONToSQL does not allow a Schema to be configured
> ---------------------------------------------------------
>
> Key: NIFI-1244
> URL: https://issues.apache.org/jira/browse/NIFI-1244
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.4.0
>
> Attachments: 0001-NIFI-1244-Incorporate-Schema-Name-property.patch
>
>
> ConvertJSONToSQL supplies the option of specifying a table name and a Catalog
> but not a Schema. The Schema is important to interact with SQL Server and
> likely others.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)