tMDMInput Standard properties
These properties are used to configure tMDMInput running in the Standard Job framework.
The Standard tMDMInput component belongs to the Talend MDM family.
The component in this framework is available in all Talend products.
Basic Settings
Property Type |
Either Built in or Repository. |
|
Built-in: No property data stored centrally |
|
Repository: Select the repository file where properties are stored. The fields that follow are completed automatically using the fetched data |
Schema and Edit Schema |
A schema is a row description, it defines the number of fields that will be processed and passed on to the next component. The schema is either built-in or remote in the Repository. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
|
|
Built-in: The schema will be created and stored for this component only. For more information about a component schema in its Basic settings tab, see Basic settings tab. |
|
Repository: The schema already exists and is stored in the repository. You can reuse it in various projects and jobs. For more information about a component schema in its Basic settings tab, see Basic settings tab. |
Use an existing connection | Select this check box if you want to use a configured tMDMConnection component. |
MDM version |
By default, Server 6.0 is selected. Although it is recommended to migrate existing Jobs for this new version, the Server 5.6 option is available to ease the process of the migration of your Jobs so as to keep them working without modification with a 6.0 server. To do so, an option on the server must be enabled to accept and translate requests from such Jobs. |
URL |
Type in the URL to access the Talend MDM Server. |
Username and Password |
Type in user authentication data for the Talend MDM Server To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
Entity |
Type in the name of the business entity that holds the data you want to read. |
Data Container |
Type in the name of the data container that holds the data you want to read. |
Type |
Select Master or Staging to specify the database on which the action should be performed. |
Use multiple conditions |
Select this check box to filter the data using certain conditions.
If you clear this check box, you have the option of selecting particular IDs to be displayed in the ID value column of the IDS table. Information noteNote:
If you clear the Use multiple conditions check box, the Batch Size option in the Advanced Settings tab will no longer be available |
Skip Rows |
Enter the number of lines to be ignored. |
Max Rows |
Maximum number of rows to be processed. If Limit = 0, no row is read or processed. |
Die on error |
Select this check box to skip the row in error and complete the process for error-free rows. If needed, you can retrieve the rows in error via a Row > Rejects link. |
Advanced settings
Batch Size |
Number of lines in each processed batch. Information noteNote:
This option is not displayed if you have cleared the Use multiple conditions check box in the Basic settings view. |
Loop XPath query |
The XML structure node on which the loop is based. |
Mapping |
Column: reflects the schema as defined in the Edit schema editor. XPath query: Type in the name of the fields to extract from the input XML structure. Get Nodes: Select this check box to retrieve the Xml node together with the data. |
tStatCatcher Statistics |
Select this check box to gather the processing metadata at the Job level as well as at each component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. NB_LINE: the number of rows processed. This is an After variable and it returns an integer. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage rule |
Use this component as a start component. It needs an output flow. If an MDM entity has a large number of foreign key fields, it may take you a long time to query data records that pertain to the entity using the tMDMInput component. For more information about the workaround, see the article How to read data effectively that pertains to an MDM entity with many foreign key fields. You can increase the timeout values for a Job using this component to help process a large number of data records. For more information, see advanced execution settings for JVM parameters in the article Timeout values for a Job using MDM components. |