Attribute Types
The following attribute types are available:
- Integer
-
An integer, e.g. 12.
- Number
-
A number, e.g. 12.345.
- Boolean
-
A boolean value, i.e. either "true" or "false".
- Short Text
-
A short text. Kofax RPA will display a Short Text attribute in a one-line text field.
- Character
-
A single character, e.g. "A".
- Long text
-
A long text. Kofax RPA will display a Long Text attribute in a multi-line text box.
- Password
-
A password text. Kofax RPA will display a Password attribute in a password field that shows asterisks instead of the characters in the password.
- HTML
-
An HTML clip. This is the same as a Long Text, except that you can preview the clip in a browser window.
- XML
-
An XML document. This is the same as a Long Text, except that only well-formed XML documents are allowed.
- Date
-
A date. The date must be on the form yyyy-mm-dd hh:mm:ss.n, e.g. "1992-04-25 10:33:06.0".
- Binary
-
Binary data, i.e. any sequence of bytes.
- Image
-
An image. This is the same as Binary, except that you can preview the image.
-
A PDF document. This is the same as Binary, except that you can preview the PDF document.
- Properties
-
A list of name/value pair properties. This is the same as a Long Text, except that the text represents a list of properties, where each property is a name/value pair. For more on this attribute type, please see Properties Attribute Type.
- Session
-
A session consisting of a page, the page URL, the referrer URL, cookies, authentications and a time stamp.
- Currency
-
A currency code, as defined by the ISO-4217 standard, e.g. "EUR" for Euro.
- Country
-
A country code, as defined by the ISO-3166 standard, e.g. "DE" for Germany.
- Language
-
A language code, as defined by the ISO-639 standard, e.g. "de" for German.
- Refind Key
-
A special refind key used for refinding values.
- JSON
-
A JSON value is either a JSON text or JSON Simple type where the JSON Simple type is either a JSON literal, a number, or a string.