GitHub user dogHere opened a pull request:

    https://github.com/apache/nifi/pull/2476

    Add feature convertJsonToUpsertSQL

    Thank you for submitting a contribution to Apache NiFi.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [ ] Is there a JIRA ticket associated with this PR? Is it referenced 
         in the commit message?
    
    - [ ] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number 
you are trying to resolve? Pay particular attention to the hyphen "-" character.
    
    - [x] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
    
    - [x] Is your initial contribution a single, squashed commit?
    
    ### For code changes:
    - [x] Have you ensured that the full suite of tests is executed via mvn 
-Pcontrib-check clean install at the root nifi folder?
    - [ ] Have you written or updated unit tests to verify your changes?
    - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
    - [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file under nifi-assembly?
    - [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found under nifi-assembly?
    - [ ] If adding new Properties, have you added .displayName in addition to 
.name (programmatic access) for each of the new properties?
    
    ### For documentation related changes:
    - [x] Have you ensured that format looks appropriate for the output in 
which it is rendered?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dogHere/nifi master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2476.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2476
    
----
commit 6f073f4a0d8ed6118d51dec24f0abdb0098b333a
Author: doghere <doghere@...>
Date:   2018-02-12T17:39:27Z

    add convertJsonToUpsertSQL

commit c6971f6b6a573b4800b69797354efee22568e93c
Author: doghere <doghere@...>
Date:   2018-02-12T17:43:20Z

    Merge branch 'master' of github.com:doghere/nifi

commit 0a1935431c6b218293fb89364c4035672739475b
Author: doghere <doghere@...>
Date:   2018-02-13T05:22:24Z

    upsert if target is empty just insert

commit 27c3a5dd7f5d9cceae97064bc02ece85540e5e40
Author: doghere <doghere@...>
Date:   2018-02-16T05:24:02Z

    fix putsql conflits

commit a1b836300475765f2285fec78c184959e252744d
Author: doghere <doghere@...>
Date:   2018-02-16T05:25:29Z

    fix conflits on convertJSON and JdbcCommon

commit a4f1cb4268fffe8e24a869f3f210401ebd79b0a8
Author: doghere <doghere@...>
Date:   2018-02-16T05:25:38Z

    fix conflits on convertJSON and JdbcCommon

commit 32137fe740ac34f2723fd5eb01fc99cec0f35ae1
Author: doghere <doghere@...>
Date:   2018-02-16T05:50:25Z

    rebuild convertJson

----


---

Reply via email to