Obtain data from NetSuite and load it into SQL Server.
Download data from NetSuite and store it in SQL Server.
Variables
Credentials to use to connect to NetSuite.
SuiteQL query to retrieve the desired information.
Parameters to use in your NetSuite Query, if any. Refer to slide out help for more information.
Optional datetime stamp indicating the starting point of the information to retrieve. If specified, this field will be automatically updated after each increment of data is downloaded. Formatted as YYYY-MM-DDTHH:MM:SS in the UTC timezone. Required if Start Point Query is not specified.
Optional SQL Query to use to determine the starting point of the information to retrieve. If specified, Next Run Start Point will be ignored.
Optional datetime stamp indicating the stopping point of the information to retrieve. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
SQL Server database where the data will be loaded.
Name of the table, in schema.table format, where data will be stored.
If the specified table does not exist, enable to automatically create it.
Select a Shared Config with the NetSuite Query result column name to SQL Server column name mappings and SQL Server column definitions.