deduper / org.bradfordmiller.deduper.persistors / Dupe

Dupe

data class Dupe

represents a simple duplicate value found by deduper.

Constructors

<init>

represents a simple duplicate value found by deduper.

Dupe(firstFoundRowNumber: Long, dupes: String)

Properties

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