The tAccessOutputBulk and tAccessBulkExec components are generally used together to output data to
a delimited file and then to perform various actions on the file in an Access database,
in a two step process. These two steps are fused together in the tAccessOutputBulkExec component, detailed in a separate section. The
advantage of using a two step process is that it makes it possible to carry out
transformations on the data before loading it in the database.
|
Component family |
Databases/Access |
|
|
Function |
This component executes an Insert action on the data |
|
|
Purpose |
As a dedicated component, |
|
|
Basic settings |
Property type |
Either Built-in or Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
|
Built-in: No property data is |
|
|
|
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 |
|
|
DB version |
Select the version of your database. |
|
|
Database |
Type in the directory where your database is stored. |
|
|
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
|
|
Action on table |
On the table defined, you can perform one of the following
None: No operation is carried
Drop and create table: The table is
Create table: The table does not
Create table if not exists: The
Drop table if exists and create:
Clear table: The table content is |
|
|
Table |
Name of the table to be written. Note that only one table can be |
|
|
Local filename |
Browse to the delimited file to be loaded into your |
|
|
Action on data |
On the data of the table defined, you can perform:
Insert: Add new entries to the |
|
|
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
|
||
|
Advanced settings |
Additional JDBC parameters |
Specify additional connection properties for the DB connection you |
|
|
Include header |
Select this check box to include the column header. |
|
|
tStatCatcher Statistics |
Select this check box to collect log data at the component |
|
Dynamic settings |
Click the [+] button to add a row in the table and fill The Dynamic settings table is available only when the For more information on Dynamic settings and context |
|
|
Usage |
This component is to be used along with tAccessOutputBulk component. Used together, they can |
|
|
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 |
If you are using the 64-bit version of the Studio, you should use |
|
For use cases in relation with tAccessBulkExec, see
the following scenarios: