Kourier Integrator Online Help

KT.SCHEMA2EXPORT

Syntax

KT.SCHEMA2EXPORT INTEGRATION_ID FILE_NAME {OVERWRITING} {SQL-COL-DICTID}

Description

This command is used to create Kourier exports from the information stored the KT_SCHEMA file. An export will be created for all single-valued fields (the parent export), all multi-valued fields and all associated multi-valued fields (the child exports).  This command also creates a Kourier service that can be used to run all the exports.

This command is normally used as part of the process of moving multi-valued data to Microsoft SQL Server. 

Options

INTEGRATION_ID

The name of the integration associated with these exports/services.

FILE_NAME

The name of the file to process.

OVERWRITING

Overwrites existing records in the KT_EXPORTS and KT_SERVICES file.  If this command line option is not used and information exists for a file a prompt is displayed before overwriting the existing data.

SQL-COL-DICTID

If the keyword is specified, the dictionary ID will be used as the export column heading instead of the dictionary column heading.  The export column heading will become the SQL column name if you build SQL DDL from the export.

Examples

Related Topics: 

Kourier TCL Commands Overview