HTML Reader

Overview

The HTML Reader smart service or function is the solution for reading HTML files and returning the data as a string which can be used for multiple purposes. Using this plug-in you can read content through either process models or expression rules.

Key Features & Functionality

Smart Service Parameters

Inputs

  • Source Document (Document): The HTML file to be read.

Outputs

  • Parsed Content (Text): The string is returned with the data in the HTML File.
  • Error Message (Text): Error message received.
  • Error Occurred (Boolean): Set to true on the occurrence of error.

Function Parameters

Inputs

  • Source Document (Document): The HTML file to be read.

Outputs

  • Parsed Content (Text): The string is returned with the data in the HTML File.
Anonymous