You can find this component at the root of Databases group
of the Palette of the Integration perspective
of Talend Studio. tParseRecordSet covers
needs related indirectly to the use of any database.
Component family |
Databases |
|
Function |
tParseRecordSet parses a set of |
|
Purpose |
.Parses a recordset rather than individual records from a |
|
Basic settings |
Prev. Comp. Column list |
Set the column from the database that holds the recordset. |
|
Schema and Edit |
A schema is a row description. It defines the number of fields to be processed and passed on Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
Built-in: The schema is created |
|
|
Repository: The schema already |
Click Edit schema to make changes to the schema. If the
|
||
|
Attribute table |
Set the position value of each column for single records from the |
Global Variables |
NB_LINE: the number of rows processed. This is an After 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 is used as intermediary component. It can be used |
|
Log4j |
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. |
|
Limitation |
This component is mainly designed for a use with the SP component |
For an example of tParseRecordSet in use, see Scenario 2: Using PreparedStatement objects to query data.