Denormalizers and Normalizers overview

  • The Normalizer pivots on a set of key columns and creates new records for a series of columns.

  • The Denormalizer reverses a pivot on multiple records and uses the distinct values of a selected (constant) column to create new columns on a single record.