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.