EXTTYPE - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
Last edition
2024-07-30
Last publish date
2024-07-30T20:19:56.898694

The EXTTYPE command is used to specify an ‘external’ format for source date fields. Dates can be represented in several different ways in a source field/column. This command allows you to specify the format of the date, as it exists in the source field/column.

Syntax
EXTTYPE <source_date_field>, <date_format>;
Keyword and Parameter Descriptions
Keyword Description
<source_date_field>

The name of the source date field/column.

<date_format>
The format of the date within the source date field/column may be any one of the following:
  • DTMMDDYY – the date is in MMDDYY format

  • DTCIYYMMDD – the date contains a century indicator and is in CIYYMMDD format
  • DTDDMMYY – the date is in DDMMYY format
  • DTYYDDMM – the date is in YYDDMM format
  • DTYYMMDD – the date is in YYMMDD format
  • DTYYYYDDMM – the date is in YYYYDDMM format

  • DTYYYYMMDD – the date is in YYYYMMDD format

  • DTMMDDYYYY – the date is in MMDDYYYY format
  • DTALPHA – the date is in alpha format.
  • DTALNUM – the date is in numeric format.
  • DTHHMMSS – the date is in HHMMSS format.

Example

Set the external date type for source_field1 to YYMMDD format.
EXTTYPE source_field1, DTYYMMDD;