tOpenbravoERPOutput Standard properties
These properties are used to configure tOpenbravoERPOutput running in the Standard Job framework.
The Standard tOpenbravoERPOutput component belongs to the Business family.
The component in this framework is available in all Talend products.
Basic settings
Openbravo REST Webservice URL |
Enter the URL of the Web service that allows you to connect to the OpenbravoERP database. |
Username and Password |
User authentication information. 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. |
Action on data |
From the list, select the one of the following actions: Update/Create or Remove |
Use existing data file |
Select this check box if desired and then select the file by browsing your directory. |
Entity |
Select the appropriate entity from the drop-down list. |
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. |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect the log data at a component level. |
Global Variables
Global Variables |
NB_LINE: the number of rows read by an input component or transferred to an output component. This is an After variable and it returns an integer. NB_LINE_UPDATED: the number of rows updated. This is an After variable and it returns an integer. NB_LINE_CREATED: the number of rows created. This is an After variable and it returns an integer. NB_LINE_REMOVED: the number of rows removed. This is an After variable and it returns an integer. NB_LINE_UNAUTHORIZED: the number of rows unauthorized. This is an After variable and it returns an integer. NB_LINE_FAILED: the number of rows failed. 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. 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 used as an output component. It requires an input component. |