diff-text-list
Service icon

Diff Text List

Stable version 1.1.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 05 December 2022
 by 
0.0
 (0 ratings)
diff-text-list

Diff Text List

Documentation
1.1.0

How to use Text Diff List

  1. Add TextDiffList server action to your module's dependencies.
  2. Prepare two text lists. You have to split text by line breaks to prepare these lists.
  3. Pass two text lists to the TextDiffList's input.
  4. Result list item contains a sign and a line text. The sign has following means.
  • Sign 1: Added line
  • Sign -1: Deleted line
  • Sign 0: other


See the demo module.