Document Writer component RRTs

Component RRT ID

The RRT ID for this component is DOW.

Reserved Replacement Tag Names(RRTN)

The following table describes the reserved RTN values for this component:

RRTN Description
FileName,* The name of the input file, received by the component, where the * character indicates the file index.

Example: ~DOW::FileName,1~ will be replaced with the name of the first file in the batch.

FileExtension,* The extension of the input file, received by the component, where the * character indicates the file index.

Example: ~DOW::FileExtension,3~ will be replaced with the extension of the third file in the batch.

FileContentBase64,* The content of the input file encoded in Base64, where the * character indicates the file index.

Example: ~DOW::FileContentBase64,5~ will be replaced with the content of the fifth file in the batch.

All RRTs of the component are internal and cannot be used in configurations of other components in the workflow.