PowerCenter
- PowerCenter 10.5
- All Products
Target Properties | Description |
---|---|
Merge Type | Type of merge the Integration Service performs on the data for partitioned targets. |
Merge File Directory | Name of the merge file directory. By default, the Integration Service writes the merge file in the service process variable directory, $PMTargetFileDir. If you enter a full directory and file name in the Merge File Name field, clear this field. |
Merge File Name | Name of the merge file. Default is target_name .out. This property is required if you select a merge type. |
Append if Exists | Appends the output data to the target files and reject files for each partition. Appends output data to the merge file if you merge the target files. You cannot use this option for target files that are non-disk files, such as FTP target files. If you do not select this option, the Integration Service truncates each target file before writing the output data to the target file. If the file does not exist, the Integration Service creates it. |
Create Directory if Not Exists | Creates the target directory if it does not exist. |
Header Options | Create a header row in the file target. You can choose the following options:
Default is No Header. |
Header Command | Command used to generate the header row in the file target. |
Footer Command | Command used to generate a footer row in the file target. |
Output Type | Type of target for the session. Select File to write the target data to a file target. Select Command to output data to a command. You cannot select Command for FTP or Queue target connections. |
Merge Command | Command used to process the output data from all partitioned targets. |
Output File Directory | Name of output directory for a flat file target. By default, the Integration Service writes output files in the service process variable directory, $PMTargetFileDir. If you specify both the directory and file name in the Output Filename field, clear this field. The Integration Service concatenates this field with the Output Filename field when it runs the session. You can also use the $OutputFile Name session parameter to specify the file directory. |
Output File Name | File name, or file name and path of the flat file target. Optionally, use the $OutputFile Name session parameter for the file name. By default, the Workflow Manager names the target file based on the target definition used in the mapping: target_name .out. The Integration Service concatenates this field with the Output File Directory field when it runs the session. If the target definition contains a slash character, the Workflow Manager replaces the slash character with an underscore. When you use an external loader to load to an Oracle database, you must specify a file extension. If you do not specify a file extension, the Oracle loader cannot find the flat file and the Integration Service fails the session. If you specify an absolute path file name when using FTP, the Integration Service ignores the Default Remote Directory specified in the FTP connection. When you specify an absolute path file name, do not use single or double quotes. |
Reject File Directory | Name of the directory for the reject file. By default, the Integration Service writes all reject files to the service process variable directory, $PMBadFileDir. If you specify both the directory and file name in the Reject File Name field, clear this field. The Integration Service concatenates this field with the Reject File Name field when it runs the session. You can also use the $BadFile Name session parameter to specify the file directory. |
Reject File Name | File name, or file name and path of the reject file. By default, the Integration Service names the reject file after the target instance name: target_name .bad. Optionally use the $BadFileName session parameter for the file name. The Integration Service concatenates this field with the Reject File Directory field when it runs the session. For example, if you have “C:\reject_file\” in the Reject File Directory field, and enter “filename.bad” in the Reject Filename field, the Integration Service writes rejected rows to C:\reject_file\filename.bad . |
Command | Command used to process the target data. |
Set File Properties link | Defines flat file properties. Set the file properties when you output to a flat file using a relational target definition in the mapping. |