Warning
This component will be available in the Palette of
Talend Studio on the condition that you have subscribed to one of
the Talend Platform products.
Component family |
Data Quality |
|
Function |
tOracleInvalidRows checks |
|
Purpose |
tOracleInvalidRows allows you to |
|
Basic settings |
Validation type |
Either Regex pattern validation |
Regex pattern validation: |
||
DQ rule validation: Validate data |
||
Property type |
Either Built-in or Repository. Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
|
Built-in: No property data stored |
|
|
Repository: Select the repository |
|
Use an existing connection |
Select this check box and in the Component List click the NoteWhen a Job contains the parent Job and the child Job, if you need to share an existing
For an example about how to share a database connection across Job levels, see |
Connection Type |
Drop-down list of available drivers. | |
DB Version |
Select the Oracle version you are using. | |
|
Host |
Database server IP address. |
|
Port |
Listening port number of DB server. |
|
Database |
Name of the database. |
|
Oracle schema |
Name of the Oracle schema. |
|
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
|
Schema and Edit |
A schema is a row description, it defines the number of fields to Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
Built-in: You create and store |
|
|
Repository: You have already |
|
Table Name |
Enter the name of the table to be read. |
|
Where clause |
Enter a WHERE clause to define a row filter on the table. You can use the WHERE clause to filter the rows you want to |
Note Available only for Regex pattern |
Analyzed column |
Select from the schema list the column to analyze. |
Note Available only for Regex pattern |
Custom pattern |
Select this check box to define manually your own customized |
Note Available only for Regex pattern |
Patterns list |
Select from the pattern list the pattern against which you want to |
Note Available only for DQ rule |
DQ rule list |
Select from the list the rule against which you want to check the |
Note Available only for DQ rule |
Query type |
Either Built-in or Repository: |
Built-in: Fill in manually the |
||
Repository: Select the relevant |
||
Note Available only for DQ rule |
Guess Query |
Click the Guess Querry button to |
Note Available only for DQ rule |
Guess schema |
Click the Guess Schema button to |
Note Available only for DQ rule |
Query |
Enter your DB query paying particular attention to properly |
Advanced settings |
Additional JDBC Parameters |
Specify additional connection properties for the DB connection you NoteYou can press Ctrl+Space to |
Covert XML type to Java Type |
Select this check box and then use the table to convert the types of the defined columns to Java types. |
|
tStatCatcher Statistics |
Select this check box to collect log data at the component |
|
Use cursor |
Select this check box to specify the number of rows you want to |
|
Trim all the String/Char columns |
Select this check box to remove leading and trailing whitespace from all the String/Char columns. |
|
Trim column |
Remove leading and trailing whitespace from the defined This check box is not visible if Trim all |
|
No null values |
Select this check box to improve the performance if there are no |
|
Global Variables |
NB_LINE: the number of rows read by an input component or
QUERY: the SQL query statement being processed. This is a 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 Talend Studio |
|
Usage |
This component can be used as a start or intermediary step. It |
|
Limitation |
n/a |
For a related scenario, see Scenario: Reading email addresses from a DB table and retrieving specific data
including invalid rows.