Package kotools.csv
Types
Object returned when trying to build a CSV path.
Functions
Returns this string as a CSV path suffixed with the .csv extension, or returns a CsvPathResult.Exception.BlankString when this string is blank, or returns a CsvPathResult.Exception.CsvExtensionAsPath when this string equals the .csv extension.
Returns this string as a CSV path suffixed with the .csv extension, or returns a CsvPathResult.Exception.CsvExtensionAsPath if this string equals the .csv extension.
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.
Returns this string as a CSV path suffixed with the .csv extension, or returns null if this string equals the .csv extension.
Returns this string as a CSV path suffixed with the .csv extension, or throws a CsvPathResult.Exception.BlankString when this string is blank, or throws a CsvPathResult.Exception.CsvExtensionAsPath when this string equals the .csv extension.
Returns this string as a CSV path suffixed with the .csv extension, or throws a CsvPathResult.Exception.CsvExtensionAsPath if this string equals the .csv extension.