package core
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Convert[V] extends AnyRef
- trait CsvStringEncoder[A] extends AnyRef
- case class ParseFailure(error: String) extends Product with Serializable
- sealed trait Schema[A] extends AnyRef
Value Members
- object Conversions
Converts a string to type
Converts a string to type
- Since
0.0.1
- See also
See test code for more information
See https://github.com/gekomad/itto-csv/blob/master/README.md for more information.
- object Convert
- object FromCsv
Converts a CSV to type
Converts a CSV to type
- Since
0.0.1
- See also
See test code for more information
See https://github.com/gekomad/itto-csv/blob/master/README.md for more information
- object Header
- object Schema
- object ToCsv
Converts the type A to CSV
Converts the type A to CSV
- Since
0.0.1
- See also
See test code for more information
See https://github.com/gekomad/itto-csv/blob/master/README.md for more information.
- object Types