Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Sample Parameter File

Sample Parameter File

The following example shows a sample parameter file that you can create for a mapping.
<?xml version "1.0" encodin="UTF-8?> <root xmlns="http://www.informatica.com/Parameterization/1.0" xmlns:xsl="http://www.w3.org/2001/XMLSchema"> <project name="sample_project" <mapping name="m_myMapping" <parameter name="srcConnect">RelationalConnect</parameter> <parameter name="srcDirectory">C:\Srcfiles</parameter> <parameter name="wrkDirectory">C:\TempFiles</parameter> </mapping> </project> </root>

0 COMMENTS

We’d like to hear from you!