Testing the merge function in Endevor Bridge for Git.
If type COBOL has the following type definition
compareFrom 7
compareTo 72
srcLgt 80
Found conflcit during COBOL element merge, how to setup application.yml to avoid comparison after column 72 ?
Release : 18.1
Endevor Bridge for Git 2.12.5
Use parameter "trimmed-types" in application.yml, for example:
app
endevor:
trimmed-types:
- COBOL
- ASM
...
The content of the specified types is trimmed by replacing non-compared areas with blanks. The replacement is done according to compare from/to and source length parameters that are specified in Endevor.
Note: Check Endevor settings for the mapping system types.