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




Description

Convert EDI data stored in an SQL Server database into rows of data in the same database.


Purchasing Options



Available Actions

Convert using Date Parameters

Read EDI data from a set of date sorted rows and flatten it into new rows and columns.


Variables

Source Parameters
target_db required

Credentials to access the SQL Server database.

sql_get_data required

SQL Query to retrieve keys and the EDI data to process.

user_params

Parameters to use in your SQL Query, if any. Refer to slide out help for more information.


Range Parameters
range_start_point required

Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.

range_end_point

Datetime stamp where the processing of your sequentially sorted data should end. Leave this field blank to process all records with a datetime stamp after the starting point.

range_end_point_query

SQL Query to use to determine the end point of the data to process.

process_increment required

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


Destination Parameters
target_table required

Table where the new rows from the converted EDI data will be created.

insert_columns required

Columns names where the parent_key, row_id, xml_path and xml_value values should be stored. Order of the names must match the order of the columns in the Target Table.

batch_size required

Number of rows from the converted EDI data to collect prior to inserting them into the Target Table.


Convert using Integer Parameters

Read EDI data from a set of integer sorted rows and flatten it into new rows and columns.


Variables

Source Parameters
target_db required

Credentials to access the SQL Server database.

sql_get_data required

SQL Query to retrieve keys and the EDI data to process.

user_params

Parameters to use in your SQL Query, if any. Refer to slide out help for more information.


Range Parameters
range_start_point required

Integer where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.

range_end_point_query required

SQL Query to use to determine the end point of the data to process.

process_increment required

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


Destination Parameters
target_table required

Table where the new rows from the converted EDI data will be created.

insert_columns required

Columns names where the parent_key, row_id, xml_path and xml_value values should be stored. Order of the names must match the order of the columns in the Target Table.

batch_size required

Number of rows from the converted EDI data to collect prior to inserting them into the Target Table.