What is the (Informatica recommended) naming convention for mapplet?
-
a)mapplet_MappingName
-
b)map_MappingName
-
c)mpltMappingName
-
d)mplt_MappingName
D
Correct answer
Explanation
Informatica's recommended naming convention for mapplets is 'mplt_MappingName'. The 'mplt' prefix identifies it as a mapplet (distinct from mappings which use 'm_'), followed by an underscore, then the descriptive name. This convention provides clarity and consistency in repository management. Option A uses full 'mapplet', option B uses 'map' (for mappings), and option C lacks the underscore separator.