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 tAccessOutputBulkExec.
Component family |
Databases/Access |
|
Function |
The tAccessOutputBulkExec |
|
Purpose |
As a dedicated component, it improves performance during Insert |
|
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 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 |
|
DB Version |
Select the version of Access that you are using. |
|
DB name |
Name of the database |
|
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 Note that only one table can be written at a time and that |
|
FileName |
Name of the file to be processed. Related topic: see Talend Studio User Guide. |
|
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: You create and store the schema locally for this |
|
|
Repository: You have already created the schema and When the schema to be reused has default values that are integers or functions, ensure that For more details, see https://help.talend.com/display/KB/Verifying+default+values+in+a+retrieved+schema. |
Click Edit schema to make changes to the schema. If the
|
||
|
Create directory if not exists |
Select this check box to create the as yet non existant file |
|
Append |
Select this check box to append new rows to the end of the |
Advanced settings |
Additional JDBC parameters |
Specify additional connection properties for the DB connection you Note You can press Ctrl+Space to |
|
Include header |
Select this check box to include the column header to the file. |
|
Encoding |
Select the encoding from the list or select Custom and define it manually. This field is |
|
tStatCatcher Statistics |
Select this check box to collect the 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 mainly used when no particular transformation is |
|
Limitation |
If you are using the 64-bit version of the Studio, you should use |
For use cases in relation with tAccessOutputBulkExec,
see the following scenarios: