• User's guide
  • API
Search Results for

    Show / Hide Table of Contents
    • Concepts
    • Installation
    • Configuration
      • Overview
      • License
      • Datasources
      • Configuration
      • Plug-Ins
      • Codepages
      • Environment Variables
      • Include files
      • Example
    • Jobs
      • Jobs
      • Include
      • Multi-Threaded Jobs
      • Tracking Jobs
    • Tasks
      • Overview
      • Copy Check
      • Excel
      • File Compare
      • File Copy
      • File Dump
      • File Edit
      • File Format
      • Foreach
      • Generate
      • IMS/DB Data Conversion
      • JCL Submit
      • Listcat
      • Log
      • Powershell
      • Set Environment Variable
      • Sql
      • Stored Procedure Compare
      • Table Compare
      • Table Copy
      • Table Load
      • Table Scan
      • Table Unload
      • User Script
    • Layouts
      • Overview
      • XML Definition
      • COBOL Definition
      • Field data Types
    • Extensibility
      • Extending Ianus
      • Column Comparators
      • Column Converters
      • Record Comparators
      • File Editors
      • User Script
      • Record Layout Match Class
      • Column Layout Match Class
      • User Fields
      • Codepages
      • Resources
    • Usage
      • Command Line
      • Monitors
      • Programmatically
      • Unit Testing
    • Known Issues
    • Disclaimers

    Plug-ins

    The plugins element contains all the definitions for aliases and configuration details for plugins, such as Record Comparators or Layout Matchers, to be referenced in by simple mnemocics.

    The following elements configure plugins:

    Element Type Purpose Default
    plugin element Defines a Plug-in

    Plugin Element

    The plugin element defines a Plug-in. The following elements configure the plugin:

    Element Type Purpose Default
    name string The unique identifier for the plugin
    type string The plugin type. Refer to Plug-In type for detailed description.
    assembly string Path of the DLL assembly
    class string The name of the class to use

    Plug-in Type

    Value Description
    LayoutMatch Layout Matcher
    ColumnComparator Column Comparator
    ColumnConverter Column Converter
    ColumnMatcher Column Matcher
    RecordComparator Record Comparator
    Script User Script
    FileEditor File Editor
    UserField User Field Type
    Task User Task
    In This Article
    Back to top Copyright 2021 - Hewlett-Packard Enterprise