tSQLTemplateFilterRows
Sets row filters for any given data source, based on a WHERE clause.
tSQLTemplateFilterRows allows you to
define a row filter on one table. This component has real-time capabilities since it
runs the data filtering on the DBMS itself.
tSQLTemplateFilterRows Standard properties
These properties are used to configure tSQLTemplateFilterRows running in the Standard Job framework.
The Standard
tSQLTemplateFilterRows component belongs to the ELT family.
The component in this framework is available in all Talend
products.
Basic settings
|
Database Type |
Select the type of database you want to work on from the drop down |
|
Component List |
Select the relevant DB connection component in the list if you are |
|
Database name |
Name of the database. |
|
Source table name |
Name of the table holding the data you want to filter. |
|
Target table name |
Name of the table you want to write the filtered data in. |
|
Schema and Edit |
A schema is a row description, it defines the number of fields that will be processed Click Edit
|
|
 |
Built-in: You create and store |
|
 |
Repository: You have already |
|
Where condition |
Use a WHERE clause to set the criteria that you want the rows to You can use the WHERE clause to select specific rows from the |
Advanced settings
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a |
Global Variables
|
Global Variables |
NB_LINE: the number of rows read by an input component or
QUERY: the query statement being processed. This is a Flow
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 used as an intermediary component with other DB |
|
SQL Template |
SQL Template List |
Related Scenario
For a related scenario, see Filtering and aggregating table columns directly on the DBMS.