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

Conversion Behavior with the Command Task Import

Conversion Behavior with the Command Task Import

Consider conversion behavior for importing the Command task when you use a semicolon or a backslash within a command.
The following scenarios show the conversion behavior with the Command task:
  • There are two commands in PowerCenter. The first command contains a semicolon at the end, such as
    <c1;c2;>
    and the second command is
    <c3>
    .
    The import process converts the command with the following syntax:
    “<C1;C2>”; “<C3>”
    OR
    “<C1;C2>”&& “<C3>”
  • There are two commands in PowerCenter. The first command contains a backslash and a semicolon at the end, such as
    <C1;C2\;>
    and the second command is
    <C3>
    .
    The import process converts the command with the following syntax:
    “<C1;C2\;>”; “<C3>”
    OR
    “<C1;C2\;>”&& “<C3>”
  • You have two commands in PowerCenter. The first command contains a backslash and two semicolons at the end as
    “<C1;C2\;;>”
    and the second command is
    “<C3>”
    .
    The import process converts the command with the following syntax:
    “<C1;C2\;>”; “<C3>”
    OR
    “<C1;C2\;>”&& “<C3>”
    OR
    “<C1;C2\;>”&& “<C3>”

0 COMMENTS

We’d like to hear from you!