tSugarCRMInput Standard properties
These properties are used to configure tSugarCRMInput running in the Standard Job framework.
The Standard tSugarCRMInput component belongs to the Business and the Cloud families.
The component in this framework is available in all Talend products.
Basic settings
|
SugarCRM Webservice URL |
Type in the webservice URL to connect to the SugarCRM DB. |
|
Username and Password |
Type in the Webservice 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. |
|
Module |
Select the relevant module from the list Information noteNote:
To use customized tables, select Use custom module from the list. The Custom module package name and Custom module name fields which appear are automatically filled in with the relevant names. |
|
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:
In this component the schema is related to the Module selected. |
|
Query condition |
Type in the query to select the data to be extracted. Example: account_name= 'Talend'. |
Advanced settings
|
tStat Catcher Statistics |
Select this check box to collect log data at the 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. 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 |
Usually used as a Start component. An output component is required. |