Skip to main content

Extract Data

Description

This activity parses the given content based on the regular expression templates.

Properties

Input

  • Content – Specify the document content to be parsed.
  • Content Type – Specify the document content type to parse.
  • Use Custom Template – Specifies whether to use custom template.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.

    Note: If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed.

Output

  • Result – Displays the metadata extracted from the document in the form of the dictionary

Examples