run

fun run(data: MutableMap<String, List<Any>>, columns: List<String>): List<String>

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

Return

A list of column names that passed the condition.

Parameters

data

A mutable map representing the data to be processed, with column names as keys and lists of values as values.

columns

A list of column names to be checked for passing the condition.