readCsv

inline fun <T : Any> readCsv(input: String, schema: CsvSchema = defaultSchema<T>()): List<T>