tIntervalMatch
Returns a value based on a Join relation.
tIntervalMatch receives a main flow and aggregates it based on join to a lookup flow. Then it matches a specified value to a range of values and returns related information.
This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
tIntervalMatch Standard properties
These properties are used to configure tIntervalMatch running in the Standard Job framework.
The Standard tIntervalMatch component belongs to the Data Quality family.
The component in this framework is available in all Talend products.
Basic settings
Properties | Description |
---|---|
Schema and Edit schema |
|
Search Column |
Select the main flow column containing the values to be matched with a range of values |
Column (LOOKUP) |
Select the lookup flow column containing the values to be returned when the Join is ok. |
Lookup Column (min) / Include the bound (min) |
Select the column containing the minimum value of the range. Select the check box to include the minimum value of the range in the match. |
Lookup Column (max) / Include the bound (max) |
Select the column containing the maximum value of the range. Select the check box to include the maximum value of the range in the match. |
Advanced settings
Properties | Description |
---|---|
tStat Catcher Statistics |
Select this check box to collect log data at the component level. |
Global Variables
Variables | Description |
---|---|
Global Variables |
NB_LINE: the number of rows read by an input component or transferred to an output component. This is an After variable and it returns an integer. 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. 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 guidance | Description |
---|---|
Usage rule |
This component handles flow of data therefore it requires input and output, hence is defined as an intermediary step. |