Hi Tony,

I'm not that familiar with these processors, but PutDatabaseRecord has a
property for "Quote Table Identifiers" which may control that, although it
defaults to false so it seems like it shouldn't be quoting it by default.

Have you tried changing that property at all?

As far as contributing, it should be fairly easy to get involved. You can
create a jira for something you'd like to contribute [1] (or find an
existing one), and the submit a pull request for that jira [2]. The
contributor guide should have a lot more details [3].

Thanks,

Bryan

[1] https://issues.apache.org/jira/browse/NIFI
[2] https://github.com/apache/nifi/pulls
[3] https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide


On Thu, Aug 6, 2020 at 7:16 PM Tony Pearson <[email protected]> wrote:

> I have tried both the PutDatabaseRecord and ConvertJsonToSQL
> components. I am converting my flow file to Avro in both cases.and gets me
> further than using Avro by itself
>
> When the components fetch column names to validate against the schema of
> the flowfile it produces the following quert:
>
> show /* JDBC:DatabaseMetaData.getColumns() */ columns in table
> "ADVENTUREWORKS"."STAGING"."Store"
>
> So having the double quotes on the DBName and SchemaName are not an issue
> for me, but the double quotes on the table name is not working for me.
>
> I could customize the component, but if there is a workaround I would
> appreciate it.
>
> Also I would like to investigate becoming a contributor. I have worked with
> Talend for over 10 years, but NiFi has me converted
>
> tony pearson
>

Reply via email to