Skip to content

Feature Request - SQL Server - WriteModeΒ #188

@gpltaylor

Description

@gpltaylor

I would like to be able to update/insert/delete using the SQL Server extention.

Supporting a option called WriteMode, I would like to be able to upsert data into SQL Server.

Example

  "SinkSettings": 
  {
    "ConnectionString": "<sql connection String>",
    "Database": "PaymentService",
    "TableName": "AccountTransactions",
    "BatchSize": 1000,
    "WriteMode": "upsert",
    "ColumnMappings": [
      {
        "ColumnName": "Id",
        "SourceFieldName": "Id"
      }
    ]
  }

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions