You can't use this until you register with us!




Description

Obtain data from Syncore and load it into a MySQL database.


Purchasing Options



Available Actions

Download Data

Download data of the selected type from Syncore and store it in a MySQL database.


Variables

Source Parameters
syncore_connection required

Credentials to use to access Syncore.

data_type required

Type of data to download from Syncore.

ids_query

SQL query returning a list of Job IDs. Required when SalesOrders or PurchaseOrders is selected for Data Type.

user_params

Parameters to use in your SQL Query, if any.

filters

Filters to limit the data to download. Refer to slide out help for more information.

skip_error required

Continue downloading subsequent data if an error occurs.

errors_table_name

Optional name of the table, in schema.table format, where errors will be stored.


Range Parameters
pointer

Optional. Datetime stamp indicating the starting point, based on creation datetime, of the data to process. Not used if Suppliers, CommissionCodes and ProductIndices is selected for Data Type. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone. If specified, this field will be automatically updated.

start_point_query

Optional. SQL Query to use to determine the start point of the data to process. If specified, Next Run Start Point will be ignored.

end_pointer

Optional. Datetime stamp indicating the stopping point, based on creation datetime, of the data to process. If blank, the current datetime will be used. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.

end_point_query

Optional. SQL Query to use to determine the stopping point of the data to process. If specified, End Point will be ignored.

process_increment

This Task will process data in increments. Set a value in this field to determine the size of each increment.


Destination Parameters
db_connection required

Credentials to use to access the MySQL Database.

target_table required

Name of the table, in schema.table format, where data will be stored.

create_table_if_dne required

Automatically create the Target Table, if it does not exist.

table_config required

Select a Shared Config with the Syncore data property to MySQL column name mappings and MySQL column definitions.

add_columns_dynamically required

Automatically create columns in the Target Table for data properties that exist in data from Syncore but not in the API to SQL Shared Config.