Table of Contents

Search

  1. Preface
  2. Installing Informatica MDM - Relate 360
  3. Configuring Relate 360
  4. Configuring Security
  5. Setting Up the Environment to Process Streaming Data
  6. Configuring Distributed Search
  7. Packaging and Deploying the RESTful Web Services
  8. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the Input Record Layout

Configuring the Input Record Layout

You must define the column names and widths for the fixed-width input data in the
PZMAP
section in the configuration file.
The following sample code shows column names and widths for the input data:
<PZMAP> <COLUMN name="ROWID" length="10"/> <COLUMN name="ADDRESS1" length="24"/> <COLUMN name="ADDRESS2" length="24"/> <COLUMN name="CITY" length="14"/> <COLUMN name="STATE" length="2"/> <COLUMN name="ZIP" length="5"/> <COLUMN name="NAME" length="24"/> <COLUMN name="AGE" length="3"/> <COLUMN name="INCOME" length="10"/> </PZMAP>

0 COMMENTS

We’d like to hear from you!