PowerExchange CDC Publisher
- PowerExchange CDC Publisher 1.3
- All Products
# a specific table definition [ table_name = tableName1, column_name = columnName1, column_type = columnType1, column_value = columnValue1, … column_name = columnNameN, column_type = columnTypeN, column_value = columnValueN ]
# a DEFAULT table definition. Will be used if no specific table definition is found for # a given file in the custom pattern file. [ table_name = DEFAULT, column_name = columnName1, column_type = columnType1, column_value = columnValue1, … column_name = columnNameN, column_type = columnTypeN, column_value = columnValueN ]
column_name = MY_STRING_Present, column_type = boolean, column_value = "true"
column_name = MY_DATE, column_type = date, column_value = "20191231"
column_name = MY_INT, column_type = integer, column_value = 123456
column_name = MY_STRING, column_type = string, column_value = "any quoted value"
column_name = MY_TIME, column_type = time, column_value = "172859
column_name = MY_TIMESTAMP, column_type = timestamp, column_value = "201912311728590000000000"
column_name = MY_STRING_BeforeImage, column_type = string, column_value = “null”
#example definition for tableA [include_default_metadata_columns = true, table_name = tableA, ...
Column Name: DTL__CAPXACTION Column Type: string Column Value: dtlaction Column Name: DTL__CAPXRESTART1 Column Type: string Column Value: restart1ABCDEF Column Name: DTL__CAPXRESTART2 Column Type: string Column Value: restart2GHIJK
[include_default_metadata_columns = false, table_name = tableA, column_name = DTL__CAPXUSER, column_type = string, column_value = "USERID", column_name = "AColumn_1", column_type = "string", column_value = "This is column 1 data for tableA", column_name = "AColumn_2", column_type = "string", column_value = "This is column 2 data for tableA" ]