Data transformation |
---|
Concepts |
Transformation languages |
Techniques and transforms |
Applications |
Related |
This article needs additional citations for verification. (December 2022) |
The identity transform is a data transformation that copies the source data into the destination data without change.
The identity transformation is considered an essential process in creating a reusable transformation library. By creating a library of variations of the base identity transformation, a variety of data transformation filters can be easily maintained. These filters can be chained together in a format similar to UNIX shell pipes.