Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Create the following activities to perform each operation of the business process:

  • Source Activity: This defines the location from where the source data is been fetched in order to process it.
  • Source Schema Activity: This defines the method to parse the source data and convert it into intermediate XML format.
  • Target Schema Activity: This defines the method in which the target file will be written. The target schema converts the data from intermediate XML format into the required target format.
  • Mapping Activity: This defines the functions and rules which you want to apply on the source data, before transferring it to the target location. For example, you can create a Mapping activity that takes intermediate XML data generated by source schema and gives output to the target schema in XML format.
  • Target Activity: This defines the location where you want to put the target data after processing.

  • No labels