Tool to maintain a Data Mapping between two systems

Posted by ktaylorjohn on Stack Overflow See other posts from Stack Overflow or by ktaylorjohn
Published on 2010-05-20T08:11:10Z Indexed on 2010/05/20 8:20 UTC
Read the original article Hit count: 175

We have XML interfaces between multiple systems. An Enterprise Domain Model is missing in the overall architecture, hence the terms Product/Customer/User means different things to different systems.

We currently use excel sheets to map the elements in incoming XML to what the actual Field means within our system. Additionally, it contains the values of Mandatory/Optional and length of each field. We call this the Data Dictionary.

Any changes to the XML go through rounds of deliberation and updates to Word and Excel documents.

Is there a better way to do this? Any tool/GUI based approach which all systems and owners can view?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about design