File - append to an existing file
Search form
Description - Appends a file to the beggining of another file
Runtime Class - com.ibi.agents.XDPFFileOpsAgent
Parameter Groups
Parameter Type Description
* File Name: string File name of the data source to be appended to the target file.
* Search Type: string Interpret the file name using the following search pattern.
Select from one of the following options:
- None {none} - No file selection pattern
- DOS Expression {dos} - File selection pattern is DOS like (contains only '*' and '?' wild cards)
- Regular Expression {regex} - File selection pattern is full Java Regular Expression
* - denotes required
Parameter Type Description
* File Name: string File which the source will be appended to.
* - denotes required
Parameter Type Description
Is Directory: boolean Specifies whether file target is a directory. Assumes file if not specified.
Create Directory: boolean Create if directory doesn't exist.
* - denotes required
Parameter Type Description
Retry: integer If non-zero, will retry the operation n times at one-second intervals
* - denotes required
Parameter Type Description
* Output Document: string Document returned by object
Select from one of the following options:
- Status Document {status} - Returns a status document
- Input Document {original} - Returns the input document of the object.
* Return on Failure: string Document returned by object on execution failure.
Select from one of the following options:
- Input Document {input} - Return status document on error
- Status Document {status} - Return status document on error
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDPFFileOpsAgent
Parameter Groups
Parameter Type Description
* File Name: string File name of the data source to be appended to the target file.
* Search Type: string Interpret the file name using the following search pattern.
Select from one of the following options:
- None {none} - No file selection pattern
- DOS Expression {dos} - File selection pattern is DOS like (contains only '*' and '?' wild cards)
- Regular Expression {regex} - File selection pattern is full Java Regular Expression
* - denotes required
Parameter Type Description
* File Name: string File which the source will be appended to.
* - denotes required
Parameter Type Description
Is Directory: boolean Specifies whether file target is a directory. Assumes file if not specified.
Create Directory: boolean Create if directory doesn't exist.
* - denotes required
Parameter Type Description
Retry: integer If non-zero, will retry the operation n times at one-second intervals
* - denotes required
Parameter Type Description
* Output Document: string Document returned by object
Select from one of the following options:
- Status Document {status} - Returns a status document
- Input Document {original} - Returns the input document of the object.
* Return on Failure: string Document returned by object on execution failure.
Select from one of the following options:
- Input Document {input} - Return status document on error
- Status Document {status} - Return status document on error
* - denotes required
Output Events
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | File Name: | string | File name of the data source to be appended to the target file. | * | Search Type: | string | Interpret the file name using the following search pattern.
Select from one of the following options:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | File Name: | string | File which the source will be appended to. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Is Directory: | boolean | Specifies whether file target is a directory. Assumes file if not specified. | Create Directory: | boolean | Create if directory doesn't exist. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Retry: | integer | If non-zero, will retry the operation n times at one-second intervals |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Output Document: | string | Document returned by object
Select from one of the following options:
|
* | Return on Failure: | string | Document returned by object on execution failure.
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
OnFailedOperation | Could not perform the operation requested. |
OnNotFound | The resource was not found. This may or may not be a failure. |
OnParseError | Could not parse a document. |