August 17, 2023

tSybaseIQOutputBulkExec – Docs for ESB 5.x

tSybaseIQOutputBulkExec

tSybaseIQOutputBulkExec_icon32white.png

tSybaseIQOutputBulkExec properties

Component family

Databases/Sybase IQ

 

Function

Executes the Insert action on the data provided.

Purpose

As a dedicated component, it allows gains in performance during
Insert operations to a Sybase IQ database.

Basic settings

Property type

Either Built-in or Repository.

Since version 5.6, both the Built-In mode and the Repository mode are
available in any of the Talend solutions.

 

 

Built-in: No property data stored
centrally.

 

 

Repository: Select the repository
file in which the properties are stored. The fields that follow are
completed automatically using the data retrieved.

 

DB Version

The available Sybase versions are:

Sybase IQ 12;

Sybase IQ 15.

Warning

  • For Sybase IQ 12, the
    file to be bulk-loaded must be located on the same
    machine as the Sybase IQ
    12
    server.

  • For Sybase IQ 15, the
    file to be bulk-loaded can be located on a remote
    machine. However, this means certain setup on the
    Sybase IQ 15
    server. For details, see Sybase IQ client-side load support
    enhancements
    .

Note

The Sybase IQ 15 version is
connected to via ODBC while the Sybase IQ
12
version is via JDBC, so the fields to be
completed on the Basic settings
view vary slightly between the alternative versions.

 

Use an existing connection

Warning


Sybase IQ 12 only.

Select this check box and in the Component List click the
relevant connection component to reuse the connection details you already defined.

Note

When a Job contains the parent Job and the child Job, if you need to share an existing
connection between the two levels, for example, to share the connection created by the
parent Job with the child Job, you have to:

  1. In the parent level, register the database connection to be shared in the
    Basic settings view of the connection
    component which creates that very database connection.

  2. In the child level, use a dedicated connection component to read that
    registered database connection.

For an example about how to share a database connection across Job levels, see
Talend Studio User
Guide
.

 

Host

Warning


Sybase IQ 12 only.

Database server IP address.

 

Port

Warning


Sybase IQ 12 only.

Listening port number of DB server.

 

Data Source

Warning


Sybase IQ 15 only.

Select the type of the data source to be used and complete the
corresponding DSN information in the field alongside. The available
types are:

DSN;

FILEDSN.

When the FILEDSN type is used, a
three-dot button appears next to the Data
Source
field to allow you to browse to the data
source file of interest.

 

Database

Name of the database

 

Username and
Password

DB user authentication data.

To enter the password, click the […] button next to the
password field, and then in the pop-up dialog box enter the password between double quotes
and click OK to save the settings.

 

Table

Name of the table to be written. Note that only one table can be
written at a time and that the table must exist for the insert
operation to succeed.

 

Action on table

On the table defined, you can perform one of the following
operations:

None: No operation is carried
out.

Drop and create table: The table is
removed and created again.

Create table: The table does not
exist and gets created.

Drop table if exists and create:
The table is removed if it already exists and created again.

Create table if not exists: The
table is created if it does not exist.

Clear table: The table content is
deleted.

 

File Name

Name of the file to be generated and loaded.

 

Append the file

select this check box to add the new rows at the end of the
records.

 

Schema and Edit
Schema

A schema is a row description. It defines the number of fields to be processed and passed on
to the next component. The schema is either Built-In or
stored remotely in the Repository.

Since version 5.6, both the Built-In mode and the Repository mode are
available in any of the Talend solutions.

 

 

Built-In: You create and store the schema locally for this
component only. Related topic: see Talend Studio
User Guide.

 

 

Repository: You have already created the schema and
stored it in the Repository. You can reuse it in various projects and Job designs. Related
topic: see Talend Studio User Guide.

When the schema to be reused has default values that are integers or functions, ensure that
these default values are not enclosed within quotation marks. If they are, you must remove
the quotation marks manually.

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
current schema is of the Repository type, three options are
available:

  • View schema: choose this option to view the
    schema only.

  • Change to built-in property: choose this option
    to change the schema to Built-in for local
    changes.

  • Update repository connection: choose this option to change
    the schema stored in the repository and decide whether to propagate the changes to
    all the Jobs upon completion. If you just want to propagate the changes to the
    current Job, you can select No upon completion and
    choose this schema metadata again in the [Repository
    Content]
    window.

Advanced settings

Additional JDBC Parameters

Specify additional connection properties in the existing DB
connection, to allow specific character set support.

 

Fields terminated by

Character, string or regular expression to separate fields.

Warning

As a combination of tSybaseOutputBulk and tSybaseIQBulkExec, this component
does not allow the use of Sybase-oriented row/field
separators, such as x09. To achieve the desired effect (for
example, displaying fields in the tabular form), you need to
use tSybaseOutputBulk and
tSybaseIQBulkExec
together to replace tSybaseIQOutputBulkExec, with used in the
former component and x09 used in the latter.

 

Lines terminated by

Character or sequence of characters used to separate lines.

 

Use enclose quotes

Select this check box to use data enclosure characters.

 

Include Head

Select this heck box to include the column header.

 

Encoding

Select the encoding type from the list or select Custom and define it manually. This field
is compulsory for DB data handling.

 

tStatCatcher Statistics

Select this check box to collect log data at the component
level.

Dynamic settings

Click the [+] button to add a row in the table and fill
the Code field with a context variable to choose your
database connection dynamically from multiple connections planned in your Job. This feature
is useful when you need to access database tables having the same data structure but in
different databases, especially when you are working in an environment where you cannot
change your Job settings, for example, when your Job has to be deployed and executed
independent of Talend Studio.

The Dynamic settings table is available only when the
Use an existing connection check box is selected in the
Basic settings view. Once a dynamic parameter is
defined, the Component List box in the Basic settings view becomes unusable.

For more information on Dynamic settings and context
variables, see Talend Studio User Guide.

Usage

This component is mainly used when no particular transformation is
required on the data to be loaded onto the database.

Limitation

This component requires installation of its related jar files. For more information about the
installation of these missing jar files, see the section describing how to configure the
Studio of the Talend Installation and Upgrade Guide.

The jodbc.jar also needs to be installed separately in the
Modules view of the Integration perspective in your studio.
For details, see the section about external modules in
Talend Installation and
Upgrade Guide
.

Warning

For Sybase IQ 12, the
database client/server should be installed on the same machine
where the Studio is installed or where the Job using tSybaseIQOutputBulkExec is deployed,
so that the component functions properly.

For Sybase IQ 15, it is
allowed that only the database client is installed on the same
machine where the Studio is installed or where the Job using
tSybaseIQOutputBulkExec is
deployed, so that the component functions properly. However,
this means certain setup on the Sybase IQ
15
server. For details, see Sybase IQ client-side load support
enhancements
.

Scenario: Bulk-loading data to a Sybase IQ 12 database

This scenario saves data from a tRowGenerator to a
file and then bulk-loads the data to a Sybase IQ 12 database.

Linking the components

  1. Drop tRowGenerator and tSybaseIQOutputBulkExec onto the
    workspace.

  2. Link tRowGenerator to tSybaseIQOutputBulkExec using a Row > Main
    connection.

    use_case_tsybaseiqoutputbulkexec_1.png

Configuring the components

  1. Double-click tRowGenerator to open its
    schema editor.

    use_case_tsybaseiqoutputbulkexec_2.png
  2. Click the [+] button to add two columns,
    namely id and name.

  3. Select the type for id and name, respectively int and String.

  4. Set the length for id and name, respectively 4 and 30.

  5. Select the function for id and
    name, respectively
    Numeric.sequence and
    TalendDataGenerator.getFirstName.

  6. Click Ok to close the editor and click
    Yes on the pop-up below to propagate
    changes:

    use_case_tsybaseiqoutputbulkexec_4.png
  7. Double-click tSybaseIQOutputBulkExec to
    open its Basic settings view.

    use_case_tsybaseiqoutputbulkexec_3.png
  8. In the Host and Port fields, enter the connection details.

  9. In the Database field, enter the database
    name.

  10. In the Username and Password fields, enter the authentication
    credentials.

  11. In the Table field, enter the table
    name.

  12. In the Action on table list, select
    Create table if not exists.

  13. In the Filename field, enter the full
    path of the file to hold the data.

Executing the Job

  1. Press Ctrl+S to save the Job.

  2. Press F6 to run the Job.

    use_case_tsybaseiqoutputbulkexec_5.png
  3. In the Sybase Central console, open the table staff to check the data:

    use_case_tsybaseiqoutputbulkexec_6.png

    As shown above, the table is created with data inserted.

Related scenarios

For use cases in relation with tSybaseIQOutputBulkExec, see the following scenarios:


Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x