Make URL Absolute

The Make URL Absolute data converter converts a relative URL to an absolute one using the current URL of the robot.

Properties

The Make URL Absolute data converter can be configured using the following properties:

Description

Type in a description to be shown in the list of data converters. If there is no type in a description, one will be generated.

Examples

In these examples, the current URL of the robot is http://www.kofax.com

  • If the input text is '~hello', then the output text becomes 'http://www.kofax.com/~hello'
  • If the input text is 'hello', then the output text becomes 'http://www.kofax.com/hello'
  • If the input text is 'test1/test2/../test', then the output text becomes 'http://www.kofax.com/test1/test'