Matt Burgess created NIFI-3626:
----------------------------------
Summary: Support DELETE verb for ConvertJSONToSQL
Key: NIFI-3626
URL: https://issues.apache.org/jira/browse/NIFI-3626
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Matt Burgess
ConvertJSONToSQL supports INSERT and UPDATE verbs (and if NIFI-991 is
implemented, the UPSERT verb), but it would be helpful in use cases such as
Change Data Capture and Database Migration to be able to generate DELETE
statements.
I believe this would entail generating a conjunctive (aka AND) WHERE clause,
using the sql.args attributes for the prepared statement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)