writeCsv

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