Creating a custom data format for IBM DataStage
You can customize the data that is being generated by CDC Replication and sent to IBM® DataStage® by specifying a Java™ class.
About this task
For example, you may have an existing IBM DataStage file-based job that will not read the default data format generated by Management Console. In this case, it may be easier for you to specify a Java class to customize the data format rather than modifying your existing IBM DataStage job.
A Java class that creates a custom
data format must implement the DataStageDataFormatIF interface.
Requirement: If you have an existing custom
data format, and you are upgrading from a CDC Replication Engine for InfoSphere®
DataStage version
6.3 to version 6.5 or later, you must modify the existing custom data
format because of changes to the DataStageDataFormatIF interface
in version 6.5 and later.
Important: If you are
using the direct connect connection method, the custom data format
is not supported for version 6.5 or later.
For more information on the DataStageDataFormatIF interface, see the Javadocs that are installed with your installation of CDC Replication Engine for InfoSphere DataStage.
For more information on these requirements, refer to the IBM DataStage product technical documentation.