Multiple choice technology

If we need to create multiple occurances of a specific row we use the

  1. Normaliser

  2. Joiner

  3. Either a or b

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Normalizer transformation in Informatica is specifically designed to create multiple occurrences from a single input row. It denormalizes data by expanding columns into multiple rows, which is exactly what the question describes. Joiner transformations are for combining data from different sources, not for creating multiple occurrences.