csv-schema
csv-schema
com.bilalfazlani.csvSchema
ColumnSchema
ColumnSchema
BooleanSchema
DoubleSchema
IntegerSchema
StringSchema
CsvDataType
CsvFailure
SchemaValidationError
SyntaxValidationError
SchemaFileNotFound
CsvReadingError
SchemaParsingError
Multiple
CsvSchema
CsvSchema
File
Inline
CsvValidation
CsvValidation
CsvValidationLive
FieldSchemaValidationError
ValidationRule
Parse
MaxLength
MinLength
Regex
AllowedValues
Min
Max
Validator
Validator
csv-schema
/
com.bilalfazlani.csvSchema
/
CsvSchema
CsvSchema
object
CsvSchema
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
CsvSchema
.type
Type members
Type members
Classlikes
case
class
File
(
path:
Path
)
extends
CsvSchema
case
class
Inline
(
columns:
List
[
ColumnSchema
])
extends
CsvSchema
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror