NetSuite: Setup guide#
This guide explains how to collect data from NetSuite.
Creating a datastream to collect data from NetSuite#
The basics of creating a datastream to collect data from any data source are explained in our guide to Collecting data in Adverity. This guide contains information about the specific steps to create a datastream to fetch data from NetSuite.
Configuration: Choose the data you want to collect from NetSuite#
To choose what data to collect and customize the NetSuite datastream configuration, follow these steps:
(Optional) Rename your datastream.
In Extraction method, select how to fetch data.
For the Record type extraction method, in Record type, select the type of records you want to collect.
In Date Filter Field, select which date field to filter by.
In Date Format, select the date format that matches your NetSuite account locale. This field is only visible if a date filter field is selected.
Note
If you encounter an error related to date format, update the Date Format field in your datastream settings to match your NetSuite account locale.
In Record Status, select the status of records to collect. This filtering is only available on entity and list record types (e.g. customer, vendor, item, employee, contact).
In Query, enter the query to collect data in the following JSON format. For more information, see the NetSuite documentation.
{ "q": "{SuiteQL Query}" }
What’s next?#
Apply Data Mapping to your collected data to harmonize data collected from different sources in Adverity.
Transform your data to meet your needs by creating and applying transformations to your datastream.
Load your data into a warehouse to continue working with your data in Adverity.
Load your data into an external destination of your choice.