WORLDOX component RRTs
Component RRT ID
The RRT ID for this component is WRC.
Reserved Replacement Tag Names (RRTN)
This component supports two groups of the reserved RTNs:
Name | Description |
---|---|
File specific RRTNs | |
FileName | The original file name. |
FileExt | The original file extension. |
Counter |
An incremental counter based on the duplicate file names found within the directory.
The counter value concatenated with the name provides a unique file name.
This RRT can only be used in the Rename schema field.
|
Profile group specific RRTNs | |
BaseFolder | Base folder for the profile group. |
NetworkDrive | Network drive to which the base folder for the profile group is mapped. |
NetworkPath | Network resource path where the base folder for the profile group is located. |
ProfileFolder | Output folder corresponding to the document’s profile (field values). |
Name | Description |
---|---|
File,* |
The name of the routed file with its extension where * is the ordinal number of the file in the complex object.
If you use the RRT with an asterisk, it will be replaced with a semicolon-delimited list of all file names. |
FilePath,* |
The full path of the routed file on the server where * is the ordinal number of the file in the complex object.
If you use the RRT with an asterisk, it will be replaced with a semicolon-delimited list of all file paths. |
Path | The path of the destination folder on the server. |
The following example provides some sample usage for your reference:
~WRC::BaseFolder~~WRC::FileName~.~WRC::FileExt~ is replaced with the value M:\image1.tif if the base folder for the profile group is M:\, and the input file is image1.tif.
Field Replacement Tag Names (FRTN)
This component does not have any FRTNs and replacement of field names with metadata values.
Special Set Replacement Tag Names (SSRTN)
This component supports the Date/Time tag names listed below:
Name | Description |
---|---|
Day | The day of month (1 – 31) when the file was placed into WORLDOX |
YearDay | The day of year (1 – 366) when the file was placed into WORLDOX |
Hour12 | The 12-based hour (1 – 12) when the file was placed into WORLDOX |
Hour24 | The 24-based hour (0 – 23) when the file was placed into WORLDOX |
Locales | A.M./P.M indicator for 12-hour clock when the file was placed into WORLDOX |
Minutes | The minute (00 – 59) when the file was placed into WORLDOX |
Month | Full (January – December) month when the file was placed into WORLDOX |
MonthAbbr | Abbreviation (Jan – Dec) month when the file was placed into WORLDOX |
MonthDigital | Digital (1 – 12) month when the file was placed into WORLDOX |
Seconds | The second (00 – 59) when the file was placed into WORLDOX |
WeekDay | Full (Sunday – Saturday) when the file was placed into WORLDOX |
WeekDayAbbr | Abbreviated (Sun – Sat) week day when the file was placed into WORLDOX |
WeekDayDigital | Digital (0 – 6) week day when the file was placed into WORLDOX |
WeekSunday | The number of the week in year (1 – 53) when the file was placed into WORLDOX (Sunday is the first day of week) |
WeekMonday | The number of the week in year (1 – 53) when the file was placed into WORLDOX (Monday is the first day of week) |
Year | Full 4-digit year when the file was placed into WORLDOX |
Year2Digit | 2-digit (00 – 99) year when the file was placed into WORLDOX |
Example of the SSRTN includes:
~WRC::%Y~-~WRC::%m~ will be replaced by 2010-06.