Data transformation
Data transformation is the process of converting data or information from one format to another,
usually from the format of a source system into the required format of a new destination system.
Data transformation mtlb ki data ko convert krna kisi ek format se dusre format me.. Jo ki generally
Source system se required format of destinations system me hota he.
The usual process involves converting documents, but data conversions sometimes involve the
conversion of a program from one computer language to another to enable the program to run on a
different platform.
The usual reason for this data migration is the adoption of a new system that's totally different from the
previous one.
DATA TRANSFORMATION ka mail goal yhi hota he ki system ko is kabil bnana ki vo new systems
ko adopt kr sake
_________
In real practice, data transformation involves the use of a special program that's able to read the data’s
original base language, determine the language into which the data that must be translated for it to be
usable by the new program or system, and then proceeds to transform that data.
Mtlb real life me baat kre to data transformation me ek special type ka program hota he jo base lang ko
samjta he or jis lang me translate krna he usko bhi determine kr pata he.. Or fr translate kr deta h
Data Transformation involves two key phases:
Data Mapping:
The assignment of elements from the source base or system toward the destination to capture all
transformations that occur. This is made more complicated when there are complex transformations like
many-to-one or one-to-many rules for transformation.
Code Generation:
The creation of the actual transformation program. The resulting data map specification is used to
create an executable program to run on computer systems.