Using components: NetSuite Source

Use the NetSuite source component to read NetSuite standard and custom records (tables) using the NetSuite JDBC drivers (SuiteAnalytics Connect).

Connection

Select an existing NetSuite connection or create a new one (for more information, see Allowing Integrate.io ETL access to NetSuite.)

Source Properties

  • Source table - the table name from which the data will be imported. Use the Suitetalk Connect schema browser to look up standard records and columns.
  • where clause - optional. You can add predicates clauses to the WHERE clause as part of the SQL query that is built in order to get the data from the database. Make sure to skip the keyword WHERE.
    Good prod_category = 1 AND prod_color = 'red'
    Bad WHERE prod_category = 1 AND prod_color = 'red'

Source Schema

After defining the source table/query select the fields to use in the source.

The fields you select are used to build the query that will be executed to read the data.

Define the data type for the field. Use the following table when matching NetSuite data types to Integrate.io ETL data types.

NetSuite Integrate.io ETL
varchar2 String
number Double
timestamp Datetime