Table of Contents

Search

  1. Preface
  2. Summary of PowerExchange New Features and Changes
  3. PowerExchange Installation and Upgrade
  4. PowerExchange Agent
  5. PowerExchange Client for PowerCenter
  6. PowerExchange Condense
  7. PowerExchange Listener
  8. PowerExchange Logger for Linux, UNIX, and Windows
  9. PowerExchange Navigator
  10. PowerExchange Monitoring and Tuning
  11. PowerExchange Utilities
  12. PowerExchange for Adabas
  13. PowerExchange for CA Datacom
  14. PowerExchange for DB2 for i
  15. PowerExchange for DB2 for Linux, UNIX, and Windows
  16. PowerExchange for DB2 for z/OS
  17. PowerExchange for CA IDMS
  18. PowerExchange for IMS
  19. PowerExchange for Microsoft SQL Server
  20. PowerExchange for MySQL
  21. PowerExchange for Oracle
  22. PowerExchange for PostgreSQL
  23. PowerExchange for VSAM and Flat Files
  24. PowerExchange ODBC

Data Map Creation Utility Enhancement

Data Map Creation Utility Enhancement

The Data Map Creation utility, createdatamaps, can now filter columns in data maps based on column name. To apply column name filters, include the filterColumnGroup and filter elements in the control file. These elements are defined by the
FilterColumnGroup
and
Filter
complex types, respectively, in the schema file.
FilterColumnGroup Complex Type
The FilterColumnGroup complex type defines filtering criteria for a table or set of tables. The FilterColumnGroup complex type includes the following element:
Filter
Defines the filter criteria.
Type = Filter
Cardinality = 0 to 1
Filter Complex Type
The Filter complex type defines the filtering criteria for columns and optionally for tables. The Filter complex type includes the following elements:
columnName
Column name to be filtered.
The columName element accepts asterisks (*) and question marks (?) as wildcard characters. An asterisk represents one or more matching characters. A question mark represents a single matching character.
Type = string, length = 1 to 128
Default = FILLER*
Cardinality = 0 to 1
exclude
Whether to include or exclude column names that match the criteria.
Type = boolean
Default = true
Cardinality = 0 to 1
tableName
Name of table to which the criteria apply. If tableName is not specified, the filter criteria apply to all tables.
Type = string, length = 1 to 128
Cardinality = 0 to 1
For more information, see the "createdatamaps - Data Map Creation Utility" chapter in the
PowerExchange Utilities Guide
.

0 COMMENTS

We’d like to hear from you!