Package kotools.csv.path
Types
CsvExtensionAsPathException
Link copied to clipboard
@SinceKotools(project = Project.Csv, version = "2.3", stability = StabilityLevel.Alpha)
Content copied to clipboard
Exception returned when trying to build a CsvPath from a string that equals the .csv
extension.
Properties
csv
Link copied to clipboard
@SinceKotools(project = Project.Csv, version = "2.3", stability = StabilityLevel.Alpha)
Content copied to clipboard
Returns this string as a CsvPath suffixed with the .csv
extension, or returns a CsvExtensionAsPathException if this string equals the .csv
extension.