The types of source definitions that can be imported or created in the Source Analyzer a)Relational tables, views, and synonyms b)Fixed-width and delimited flat files that contain binary data c)COBOL files d)XML files and Data models
-
a and b only
-
a,b and c
-
a,c and d
-
All the above
C
Correct answer
Explanation
Source Analyzer in Informatica can import or create multiple source types: relational tables/views/synonyms (a), COBOL files (c), XML files and data models (d). However, fixed-width and delimited flat files containing binary data (b) are NOT supported through Source Analyzer - binary data requires different handling. Therefore the correct combination is a, c, and d.