|
CopybookMapper for Database provides
an intuitive, drag-and-drop approach to create mappings between
an input document and an output document, each of which may
be either a database schema or a COBOL copybook documents.
Once created, mapping definitions can be used to generate
Mapper Java classes or Mapper C# classes or
both. At runtime you could either use generated Mapper
Java classes or Mapper C# classes to convert the
data from one format to another.
It supports the following data transformation
- Database to COBOL copybook
- COBOL copybook to Database
Database to COBOL copybook
Map Designer provides easy to use features
to create Map definition to convert given database record
to COBOL copybook.
To convert Database records to COBOL copybook, you need to
do the following
- Create Map definition using the database Schema and COBOL
copybooks
- Generate Mapper Java/C# classes
- Test the Mapping (Optional)
Map Designer allows you to do all the above steps. At runtime
you could either use generated Mapper Java classes or
Mapper c# classes to convert incoming an database records
to COBOL copybook.
COBOL copybook to Database
Map Designer provides easy to use features to create Map definition
to convert given COBOL copybook data to database records.
To convert COBOL copybook to database records, you need to the
following
- Create Map definition using the Database Schema and COBOL
copybooks
- Generate Mapper Java/C# classes
- Test the Mapping (Optional)
Map Designer allows you to do all the above steps.At runtime
you could either use generated Mapper Java classes or
Mapper C# classes to to convert incoming COBOL copybook
to database records.
Features
- Drag and drop-mapping an input to an output can be done
just by dragging an input field and drop this field onto
an output field.
- Generates Mapper Java/C# classes.
- Non Java application such as .Net, C, C++ can also do
the data transformation using 'Mapper XSLs'.
- Works with any RDBMS.
- Available as an Eclipse Plug-in.
- Graphical representation of database Schema (TreeTable
and Tree View) - Provides easy navigation of schema element.
- Graphical representation of Cobol copybook format (TreeTable
and Tree View) - Provides easy navigation of copybook
- Provides graphical view on how fields are mapped from
one format to another format.
- Provides way to access the schema /copybook field properties.
- Integrates other tools.
- Unit test can be done using generated Mapper classes or
Mapper XSLs
- Advanced Mapping can be implemented by using 'Custom Mapping
feature', which generated custom transformation class template.
- Includes a rich set of Translation API for both types
of transformations.
|