...
Code Block | ||||
---|---|---|---|---|
| ||||
internal MultiForwardingUDR { // Entire file content byte[] content; // Target filename and directory FNTUDR fntSpecification; }; |
The MultiForwardingUDR content of the MultiForwardingUDR will be is stored at the path that you have set in the the fntSpecification
field. Use the APL functions fntAddString
and fntAddDirDelimiter
to to set the value of this field. For further more information about these functions, see see /wiki/spaces/MD82/pages/3781359 in /wiki/spaces/MD82/pages/3781270.
When the files are received they are written to temp files in the DR_TMP_DIR
directory situated directory in the root output folder. The files are moved to their final destination when an end batch message is received. A runtime error will occur occurs if any of the fields have a null value or if the path is invalid on the target file system.
...
Note | ||
---|---|---|
| ||
After a target filename that is not identical to its precedent is saved, you cannot use the first filename again. For example: Saving filename B after saving filename A, prevents you from using A again. Instead, you should first save all the A filenames, then all the B filenames, and so forth. |
Non-existing directories will be are created if the the check box on the checkbox in the tab is selected.
If not selected, a runtime error occurs if a previously unknown directory exists in the FNTUDR of an incoming MultiForwardingUDR
. Every configuration option referring to bytearray input is ignored when MultiForwardingUDR
s are expected.
For further more information about about Filename Template, see 3.1.6 Workflow Template.
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
This example shows the APL code used in an Analysis agent connected to a forwarding Forwarding agent expecting input of type
The Analysis agent mentioned previous in the example will send sends two |