powered by CADENAS

Manual

Manual

2.3.1.2.2. IgnoreCheckinAttributes

The listed attributes are ignored, if a "Native Checkin" is performed. Regular expressions are supported.

Examples:

  • Excluding certain attributes:

    IgnoreCheckinAttributes01=PSOL_[0-9]

    gnoreCheckinAttributes00=CNSDENSITY,NB,length_[0-9]+

  • Excluding all attributes except some specified:

    IgnoreCheckinAttributes00=^(?!(MIDENT|NB|length_[0-9]+)$).+$
    

When adding new lines increment the numerical value behind "IgnoreCheckinAttributes".