Data Exchange Configuration (.sdxc)

In the AdapLink Framework Data Exchange Configuration application performs the functions of ETL(Extract, Transform, and Load).

Using AdapLink DX Configuration you can perform the following:

  1. Extract - Extracting data from outside sources. AdapLink DX is able to extract data from common data source such as relational databases and flat files. It also supports extraction from various ERP sources such as SAP / JD-Edwards / Mfg-pro / AS400,etc .
  2. Transform - The Transformation step in AdapLink DX is referred as Migration Kind. It supports two kinds of migration which are based on :
  • Tabular Mapping - (Also Called Column Based Mapping / direct One-to-One Mapping)

    In this migration kind, the transform stage applies a series of business rules or functions to the extracted data at each column level from the source, to derive meaningful set of data for loading into the end target..

  • Rules Based Mapping : (Also called Row Based Mapping / RBA Projects)

    In this migration kind, the transform stage applies a series of business rules or functions to the extracted data at each row level from the source, to derive meaningful set of data for loading into the end target.

  1. Load - Loading the transformed set of data into the end target (database/Files).