const (
Ok DiffType = "equal" // records are equal and they are in both files. ANoB DiffType = "A_only" // Key is found in file A only. BNoA DiffType = "B_only" // Key is found in file B only. Body DiffType = "body" // Keys are equal, but bodies aren't (last_date were not compared).)