ReformatTransformation

From Aventine Solutions

Jump to: navigation, search

I don't know if this is a universal concept for ETL, but for Clover ETL, it is the most used type of transformation that takes some source data from an input port and reformats it for the output port. ETL developers may choose to implement the transformation node with:

  1. a mapping done from the Eclipse wizard
  2. a CTL script
  3. a "pure" Java transformation class extending the base Clover ETL DataRecordTransform class.
Personal tools