csvOrNull

@SinceKotools(project = Project.Csv, version = "2.3", stability = StabilityLevel.Alpha)
fun String.csvOrNull(): CsvPathResult.Success?

Returns this string as a CSV path suffixed with the .csv extension, or returns null when this string is blank or equals the .csv extension.

@SinceKotools(project = Project.Csv, version = "2.3", stability = StabilityLevel.Alpha)
fun NotBlankString.csvOrNull(): CsvPathResult.Success?

Returns this string as a CSV path suffixed with the .csv extension, or returns null if this string equals the .csv extension.