Multiple choice technology programming languages

Which transformation is used to read data from Cobol files?

  1. Normalizer

  2. Source Qualifier

  3. Source Definition

  4. Any transformation

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

Normalizer transformation in Informatica is specifically designed to read and normalize data from COBOL files, which often contain OCCURS clauses and complex hierarchical structures. Source Qualifier is for relational sources, and Source Definition is just metadata. Normalizer can parse the complex COBOL copybook structures and denormalize them into relational format.