data class Dupe
represents a simple duplicate value found by deduper.
| <init> | represents a simple duplicate value found by deduper. Dupe(firstFoundRowNumber: Long, dupes: String) | 
| dupes | json representation of the duplicate data row val dupes: String | 
| firstFoundRowNumber | row location of the value that this data is a duplicate of val firstFoundRowNumber: Long |