tTeradataCDC
Extracts source system data that has changed since the last extraction and
transports it to another system(s) using the CDC Trigger mode.
This component addresses data extraction and transportation needs. It only
extracts the changes done to the source operational data and makes them available to the
target system(s) using database CDC views.
tTeradataCDC Standard properties
These properties are used to configure tTeradataCDC running in the Standard Job framework.
The Standard
tTeradataCDC component belongs to the Databases family.
The component in this framework is available in any
subscription-based Talend
solution.
Basic settings
|
Property of the CDC connection |
Either Built-In or Repository. |
|
|
Built-In: No property data stored |
|
|
Repository: Select the repository |
|
Use an existing connection |
Select this check box and in the Component Note:
When a Job contains the parent Job and the child Job, if you need to share an
existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection across Job levels, see |
|
Host |
Type in the IP address or hostname of the database. |
|
Database |
Type in the name of the database you want to use. |
|
Username and Password |
Type in the database user authentication data. To enter the password, click the […] button next to the |
|
Schema using CDC and Edit schema |
A schema is a row description. It defines the number of fields (columns) to The schema of this component is set by default. |
|
|
Built-In: You create and store the |
|
|
Repository: You have already created |
|
|
Click Edit schema to make changes to the schema.
|
|
Table using CDC |
Specify the name of the table from which data changes will be captured. |
|
Subscriber |
Specify the name of the application that will use the change table in |
|
Events to catch |
Insert: Select this check box to
Update: Select this check box to catch the data updated
Delete: Select this check box to catch the data deleted |
Advanced settings
|
Additional JDBC Parameters |
Specify additional connection properties for the database connection This field is not visible when the Use an existing |
|
Keep data in CDC Table |
Select this check box to keep the changes made available to one or |
|
Trim all the String/Char columns |
Select this check box to remove the leading and trailing whitespaces from all the |
|
Trim column |
Select the check box(es) in the Trim column to remove This table is not visible when the Trim all the String/Char |
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job |
Global Variables
|
Global Variables |
NB_LINE: the number of rows processed. This is an After
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
|
Usage rule |
This component is usually used as a start component of a Job or Subjob |
Related scenario
For a similar scenario using MySQL database, see Scenario 2: Retrieving modified data using CDC.