Skip to content
Boris Glavic edited this page Jan 27, 2017 · 2 revisions

iBench Metadata Generator Output and Formats

iBench generates the following types of metadata:

  • A relational source and a target schema
  • Constraints for the source and target schema
  • Schema matches (correspondences) relating elements from the source and target schema
  • A schema mapping from the source to the target schema
  • Data for source relations (optional), and if requested independent data for the target schema

Output file formats

Per default, iBench stores a generated metadata scenario in an XML file (TrampXML format) that stores all the metadata. If the user requested data to be generated then iBench will generate one CSV file per table for which data was generated.

The TrampXML metadata format

Clone this wiki locally