AB
1
AbbreviationDescription of the differences
2
fewerfor prefix or suffix, constructed has fewer fields
3
morefor prefix or suffix, constructed has more fields
4
septhe two separators are different
5
littwo fields are different literals; eg ' de ' vs ' d’ '
6
typetwo fields have different types, eg y vs M or y vs ' de '; can be caused by fields in different order
7
numtwo fields have the same type, but one is numeric and the other isn’t; eg MMM vs M
8
widthtwo fields have the same type & numeric status, but are of different lengths; eg MMMM vs MMM, or d vs dd
9
othertwo fields have the same type, numeric status, and length, eg L vs M