Jump to content

Data transformation (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dmccreary (talk | contribs) at 13:38, 15 February 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In metadata, a data transformation converts data from a source data format into destination data.

Data transformation can be divided into two steps:

  1. data mapping a step that maps data elements from the source to the destination
  2. code generation that creates the actual transformation program

Code generation can be done in any executable format such as using Java or XSLT.

See also

Categories: metadata