We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bff2b0 commit 7fa79cbCopy full SHA for 7fa79cb
examples/mssql/demo/config/samples/payloads/cdc-job.json
@@ -35,7 +35,7 @@
35
"columns": [
36
{ "targetColumn": "EmployeeNumber", "sourceColumn": "empno", "primaryKey": true },
37
{ "targetColumn": "FirstName", "sourceColumn": "fname" },
38
- { "targetColumn": "HireDate", "sourceColumn": "hiredate", "type": "DATE_TIME" }
+ { "targetColumn": "HireDate", "sourceColumn": "hiredate", "type": "DATE_TIME", "dateFormat": "YYYY-MM-dd HH:mm:ss.S" }
39
],
40
"schemaAndTableName": "dbo.emp",
41
"passThroughEnabled": true
0 commit comments