These properties are used to configure tSalesforceOutputBulkExec running in the Standard Job framework.
The Standard tSalesforceOutputBulkExec component belongs to the Business and the Cloud families.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
This property is not available when other connection component is selected from the Connection Component drop-down list. |
Connection Component |
Select the component whose connection details will be used to set up the connection. |
Connection type |
Select the type of the connection from the drop-down list, either Basic or OAuth.
|
Module Name |
Click the [...] button next to the field and in the dialog box displayed, select the module that will be used or select the Use custom object check box and specify the module name in the Object Name field. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to Repository. When you create a Spark Job, avoid the reserved word line when naming the fields. Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
Click Sync columns to retrieve the schema from the previous component connected in the Job. This component offers the advantage of the dynamic schema feature. This allows you to retrieve unknown columns from source files or to copy batches of columns from a source without mapping each column individually. For further information about dynamic schemas, see Talend Studio User Guide. This dynamic schema feature is designed for the purpose of retrieving unknown columns of a table and is recommended to be used for this purpose only; it is not recommended for the use of creating tables. |
Output Action |
Select one of the following operations to be
performed from the drop-down list.
|
Bulk File Path |
Specify the path to the file that stores the data to be processed. |
Append |
Select this check box to append new data at the end of the file if it already exists, instead of overwriting the existing data. |
Ignore Null |
Select this check box to ignore NULL values. |
Advanced settings
Salesforce URL |
Enter the Webservice URL required to connect to the Salesforce database. |
Need compression |
Select this check box to activate SOAP message compression, which can result in increased performance levels. |
Trace HTTP message |
Select this check box to output the HTTP interactions on the console. |
Client Id |
Enter the ID of the real user to differentiate between those who use the same account and password to access the Salesforce website. This field is available only when Query is selected from the Query Mode drop-down list. |
Timeout (milliseconds) |
Enter the intended number of query timeout in Salesforce.com. |
Use Proxy |
Select this check box to use a proxy server, and in the Host, Port, User Id, and Password fields displayed, specify the connection parameters of the proxy server. |
Relationship mapping for upsert |
Click the [+] button to add lines as needed and specify the external ID fields in the input flow, the lookup relationship fields in the upsert module, the lookup module as well as the external ID fields in the lookup module.
This table is available only when UPSERT is selected from the Output Action drop-down list. |
Concurrency Mode |
Select the concurrency mode for the job.
|
Rows to Commit |
Specify the number of lines per data batch to be processed. |
Bytes to Commit |
Specify the number of bytes per data batch to be processed. |
Wait Time Check Batch State (milliseconds) |
Specify the wait time for checking whether the batches in a Job have been processed until all batches are finally processed. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it. For further information about variables, see Talend Studio User Guide. |
Usage
Usage rule |
This component is mainly used when no particular transformation is required on the data to be loaded into Salesforce.com. |
Limitation |
The bulk data to be processed in Salesforce.com should be .csv format. |