tMDMDelete Standard properties
These properties are used to configure tMDMDelete running in the Standard Job framework.
The Standard tMDMDelete component belongs to the Talend MDM family.
The component in this framework is available in all Talend products.
Basic settings
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:
Click Sync columns to collect the schema from the previous component. |
|
Built-in: You create the schema and store it locally for this component only. For more information about a component schema in its Basic settings tab, see Basic settings tab. |
|
Repository: You have already created the schema and stored it in the Repository. You can reuse it in various projects and Job designs. 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 required to access the Talend MDM Server. |
Username and Password |
Type in the 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 entity that holds the data record(s) you want to delete. |
Data Container |
Type in the name of the data container that holds the data record(s) you want to delete. |
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 master data to be deleted, using certain conditions.
|
Keys (in sequence order) |
Specify the field(s) (in sequence order) composing the key when the entity have a multiple key. |
Fire Delete event |
Information noteNote: This check box is available only when
Master is selected from the Type list and the Use multiple conditions check box is
cleared.
Select this check box so that a delete event will be generated and written into the UpdateReport, which provides a complete report on all create, update or delete actions on the master data.
For further information about the UpdateReport and Process types, see Creating a Process from scratch. |
Logical delete |
Select this check box to send the master data to the Recycle bin and fill in the Recycle bin path. Once in the Recycle bin, the master data can be permanently deleted or restored. If you leave this check box clear, the master data will be permanently deleted. |
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
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 |
If the Use multiple conditions check box is selected, tMDMDelete can work as a standalone component. Otherwise, it needs an input connection. 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. |