Use a command to process target data for a single partition or process merge data for all target partitions in a session. On UNIX, use any valid UNIX command or shell script. On Windows, use any valid DOS or batch file. The Integration Service sends the data to a command instead of a flat file target or merge file.
Use a command to process the following types of target data:
Target data for a single partition.
You can enter a command for each target partition. The Integration Service sends the target data to the command when the session runs.
To send the target data for a single partition to a command, select Command for the Output Type. Enter a command for the Command property for the partition in the session properties.
Merge data for all target partitions.
You can enter a command to process the merge data for all partitions. The Integration Service concurrently sends the target data for all partitions to the command when the session runs. The command may not maintain the order of the target data.
To send merge data for all partitions to a command, select Command as the Output Type and enter a command for the Merge Command Line property in the session properties.