WordTextExtractor

Estimated reading: 2 minutes 1677 views

This activity helps the user to extract text from the Microsoft word document.

Properties

INPUT

FilePath: *Specify the path of the word file from which the text has to be extracted. It accepts values in “String” datatype, you can either hardcode the values or provide the values in String variable.

MISC

DisplayName: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.

Version: It specifies the version of the Text automation feature in use.

OUTPUT

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Text: * It helps to view the output of the activity as the text extracted from the word document in “String” datatype.

* Represents mandatory fields to execute the workflow.

Share this Doc

WordTextExtractor

Or copy link

CONTENTS