Setting up the Job - Cloud - 8.0

Netsuite

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business applications > Netsuite components
Data Quality and Preparation > Third-party systems > Business applications > Netsuite components
Design and Development > Third-party systems > Business applications > Netsuite components
Last publication date
2024-03-07

Procedure

  1. Double-click tNetSuiteConnection_1 to open its Basic settings view and do the following.
    1. Select the NetSuite component you want to use from the Version drop-down list and click Apply.
      In this scenario, NetSuite SOAP is selected.
    2. Enter all the information that is needed to establish the connection.
  2. Double-click tNetSuiteInput_1 to open its Basic settings view and do the following.
    1. Select the NetSuite component you want to use from the Version drop-down list and click Apply.
      In this scenario, NetSuite SOAP is selected.
    2. Select Use an existing connection and select tNetSuiteConnection_1 from the Component List drop-down list.
    3. Click the [...] button next to the Record type field, select Location from the list box in the dialog box that appears, and click OK.
      This setting specifies to retrieve data from records that are of location type.
    4. Click the Guess schema button to retrieve schema columns according to the record type selected.
    5. Edit the schema by removing undesired columns and adjusting the column order in the schema editor.
      • You can open the schema editor by clicking the [...] button next to Edit schema.
      • To improve readability, the schema of this Job contains only three columns, as shown in the following figure.
    6. Add a row in the Search conditions table by clicking the plus button under the table.
    7. On the newly added row in the Search conditions table, select name from the drop-down list in the Field field, select String.contains from the drop-down list in the Operator field, and enter "Berlin" in the Search value field.

      The settings in this step set a search condition that queries the records with their name fields containing the string Berlin.

      Note: It may take several seconds for the drop-down lists to expand.
    8. Leave other options as they are.
  3. Double-click tLogRow_2 to open its Basic settings view and do the following.
    1. Click Sync columns to have the schema columns of tNetSuiteInput_1 populated to this component.
    2. Select Table (print values in cells of a table).
    3. Leave other options as they are.

    This component displays the fields of all the records to be removed by tNetSuiteOutput_1.

  4. Double-click tNetSuiteOutput_1 to open its Basic settings view and do the following.
    1. Select the NetSuite component you want to use from the Version drop-down list and click Apply.
      In this scenario, NetSuite SOAP is selected.
    2. Select Use an existing connection and select tNetSuiteConnection_1 from the Component List drop-down list.
    3. Click Sync columns to make sure the component has the same schema columns as those of tLogRow_2.
    4. Click the [...] button next to the Record type field, select Location from the list box in the dialog box that appears, and click OK.
      This setting specifies to process records that are of location type.
    5. Select Delete from the Action drop-down list.
      This setting removes the records received.
    6. Leave other options as they are.
  5. Double-click tNetSuite_2 and perform the same configuration as that of tNetSuiteInput_1.

    This component verifies the removing operation by querying the same records.

  6. Double-click tLogRow_1 and perform the same configuration as that of tLogRow_2.

    This component displays the fields of all the records passed by tNetSuiteInput_2.