Data transformation (computing): Difference between revisions

Content deleted Content added
it should be noted that (removed)
Line 7:
# [[code generation]] that creates the actual transformation program
 
Data element to data element mapping is frequently complicated by complex [[transformation]]stransformations that require [[one-to-many]] and many-to-one transformation rules.
 
The code generation step takes the data element mapping specification and creates an [[executable program]] that can be run on a computer system. Code generation can also create transformation in easy-to-maintain computer languages such as [[Java (programming language)|Java]] or [[XSLT]].