Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

XML Code for the File Import Component Configuration

XML Code for the File Import Component Configuration

The File Import component configuration is used to specify the templates that you can use to import data into
Customer 360
. Ensure that you follow the XML example to write the XML code for the configuration correctly.
The following table lists the sub-elements of File Import element:
Element
Description
templates
Top-level element.
Contains:
template
template
Name of the import template.
Has the
name
attribute.
The following sample code shows the File Import component configuration:
<bulkImport> <templates> <template name="CustomerPersonView" /> <template name="CustomerOrgView" /> <template name="ContactView" /> </templates> </bulkImport>

0 COMMENTS

We’d like to hear from you!