IdentityNumberColumns

Represents a collection of identity number columns in a data map.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun run(data: MutableMap<String, List<Any>>, columns: List<String>): List<String>

Runs data validation on the given columns based on a condition.

Link copied to clipboard

Validates the input number using the Modulus 10 algorithm.