tSalesforceMarketingOutput Standard properties
These properties are used to configure tSalesforceMarketingOutput running in the Standard Job framework.
The Standard tSalesforceMarketingOutput component belongs to the Business and the Cloud families.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Either Built-In or Repository.
|
Use an existing connection |
Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined. Note that when a Job contains the parent Job and the child Job, Component List presents only the connection components in the same Job level. |
Object type |
Click the [...] button next to the field and in the dialog box displayed, select the object type on which the operation will be performed or select the Use custom value check box and specify an object type manually in the Custom value field. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. 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 Dynamic schema. This dynamic schema feature is designed for the purpose of retrieving unknown columns of a module and is recommended to be used for this purpose only; it is not recommended for the use of creating modules. |
Guess schema |
Click this button to retrieve the schema from the table. |
Operation type |
Select the operation to be performed from the drop-down list.
|
SOAP elements |
Specify the SOAP elements in the form of element path-value pairs. You can select the Element path ID in the list generated from the incoming schema, and you can use JSON format, plain text, and context variables in the Value field. Example: Element path = /name and Value = {.name} or Element path = /characterSet and Value = UTF-8 |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Max batch size |
Set the maximum number of rows allowed in each batch. |
Global Variables
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
NB_SUCCESS |
The number of rows successfully processed. This is an After variable and it returns an integer. |
NB_REJECT |
The number of rows rejected. This is an After variable and it returns an integer. |
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Limitation | The Salesforce Marketing Cloud components do not support the Microservice build type yet. |