Table of Contents

Search

  1. Preface
  2. Introduction to Data Transformation
  3. Data Processor Transformation
  4. Wizard Input and Output Formats
  5. Relational Input and Output
  6. Using the IntelliScript Editor
  7. XMap
  8. Libraries
  9. Schema Object
  10. Command Line Interface
  11. Scripts
  12. Parsers
  13. Script Ports
  14. Document Processors
  15. Formats
  16. Data Holders
  17. Anchors
  18. Transformers
  19. Actions
  20. Serializers
  21. Mappers
  22. Locators, Keys, and Indexing
  23. Streamers
  24. Validators, Notifications, and Failure Handling
  25. Validation Rules
  26. Custom Script Components

User Guide

User Guide

XML Input Data

XML Input Data

The following text shows sample data from the input XML document:
<?xml version="1.0" encoding="windows-1252"?> <Input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="company Company.xsd" xmlns="company"> <Company> <Name>Hypostores</Name> <Department> <Name>Customer Service</Name> <Employee id="25721195"> <FirstName>Blair</FirstName> <LastName>Conner</LastName> <Role>Manager</Role> <StartDate>1993-04-21</StartDate> </Employee> <Employee id="238036220"> <FirstName>Karina</FirstName> <LastName>Rasmussen</LastName> <Role>Worker</Role> <StartDate>1993-08-15</StartDate> </Employee> </Department> <Department> <Name>Research and Development</Name> <Employee id="259089785"> <FirstName>Thaddeus</FirstName> <LastName>Burt</LastName> <Role>Consultant</Role> <StartDate>1998-02-26</StartDate> </Employee> <Employee id="289021615"> <FirstName>Christen</FirstName> <LastName>Fulton</LastName> <Role>Worker</Role> <StartDate>1997-11-16</StartDate> </Employee> <Employee id="761338290"> <FirstName>Felix</FirstName> <LastName>Boyd</LastName> <Role>Worker</Role> <StartDate>2009-12-29</StartDate> </Employee> </Department> </Company>
The data can include multiple companies. Each company has multiple departments. Each employee in a department has a role that is either a manager or another type of worker.

0 COMMENTS

We’d like to hear from you!