- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 495字
- 2021-07-02 20:55:44
Designer screen components
The Designer screen, as can be seen in the following screenshot, is divided into five sections as described next. Each section has its own purpose. Understand each component properly as we will be referring to these components regularly in the next chapters.

The components indicated in the preceding screenshot are explained here:
- Navigator: It is used to connect to repositories and open folders. You can copy objects and create shortcuts within the Navigator. The Navigator allows you to reuse the existing components.
- Workspace: This is the space where you actually do the coding. Open different tools in this window to create and edit repository objects such as sources, targets, mapplets, transformations, and mappings. The Designer workspace shows you different tabs -- Source Analyzer, Target Designer, Transformation Developer, Mapplet Designer, and Mapping Designer.
- Toolbar: This comprises the various components to be used in the Designer Screen and other shortcuts.
- Output/control panel: This is where you can view details about tasks you perform, such as saving your work or validating a mapping. You can view whether your code is valid or invalid. If invalid, the output panel shows you the reason for the error.
- Status bar: This displays the status of the current operation.It shows the error message if you are trying to perform any activity which is not supported in PowerCenter, like if you try to drag the columns from Source directly to transformation by skipping Source Qualifier.
To connect to Repository, right-click on REPO (as shown in the previous screenshot), and enter your username and password.
The Designer has five tools, as shown in the following screenshot, to analyze sources, design targets, and build mappings using different types of transformations:

The components indicated in the preceding screenshot are explained as follows:
- Source Analyzer: This section allows you to import or create source definitions. You can work on various types of files (flat files, .xml files, .xls files, and so on.) and tables. Source Analyzer lets you modify existing source definitions.
- Target Designer: This section allows you to import or create Target definitions. You can work on various types of files (flat files, xml, .xls, and so on) and tables. Target Designer lets you modify existing Target definitions.
- Transformation Developer: This section allows you to create reusable transformations to use in mappings. Reusable components are important as they allow you to use the existing transformation.
- Mapplet Designer: This section allows you to create groups of transformations to use in mappings. Mapplets are a group of reusable transformation that can be used in multiple mappings as reusable components.
- Mapping Designer: This section allows you to create mappings that the integration service uses to extract, transform, and load data. mappings contain Sources, Targets, and transformations linked to each other through links. You can add multiple Sources, Targets, and Transformations in a mapping.
As a general rule, we should work first on sources, then targets, and at last transformations, which complete the mappings.
- 深入理解Bootstrap
- 深入淺出WPF
- 新手學(xué)Visual C# 2008程序設(shè)計
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 智能手機(jī)故障檢測與維修從入門到精通
- Solr權(quán)威指南(下卷)
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術(shù)
- Linux Networking Cookbook
- Python深度學(xué)習(xí)與項目實戰(zhàn)
- Python深度學(xué)習(xí)入門:從零構(gòu)建CNN和RNN
- C#多線程編程實戰(zhàn)
- HTML5+CSS3從入門到精通(微課精編版)
- Meteor Design Patterns
- App UI設(shè)計案例實操