This activity finds all occurrences of some word in a Word document and replaces them with other specified words.
The word file where to perform 'Find and Replace' operations.
The words to be replaced (Keys) in the file with their new values (Values).
The number of replaced words.
The result file with replaced words.
Default: false. If it is set to true the word search will be case sensitive.
Default: false. If it is set to true DocsMarshal will throw an exception if he don't find a word in the Word document. Otherwise, if it is set to false, DocsMarshal will ignore not found words.
Default: false. If it is set to true DocsMarshal will match only entire words, not text that is part of a larger word.
Values | Results |
---|---|
|
It match only with 'Text1' because 'good' is a stand alone word. 'Text2' instead does not match because 'good' is a part of 'goodbye'.
|
|
It match both 'Text1' and 'Text2' because if 'whole word' is set to False also pieces of larger words are matched.
|