Endevor B4G: trimmed-types parameter in YML
search cancel

Endevor B4G: trimmed-types parameter in YML

book

Article ID: 262251

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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 ? 

Environment

Release : 18.1

Endevor Bridge for Git  2.12.5

Resolution

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.

 

Additional Information