Convert the sequence of Scala case class to CSV string.
Convert the sequence of Scala case class to CSV string.
The sequence of Scala case class.
For processing CSV in the specified format.
The string of all CSV lines.
Create a custom builder for converting this scala value to CSV line string.
Create a custom builder for converting this scala value to CSV line string.
The value of Scala case class.
For processing CSV in the specified format.
The string of one CSV line.
Convert the sequence of Scala case class to CSV string and write to file.
Convert the sequence of Scala case class to CSV string and write to file.
The sequence of Scala case class.
File to save CSV string.
For processing CSV in the specified format. Passing anonymous objects is not supported.
The string of all CSV lines.
Convert this CSV column string to any Scala types.
Convert this CSV column string to any Scala types.
The field type, generally, it is not necessary to specify, but it is safer if specify.
The field in scala case class.
This function specifies how you want to convert this field to a CSV string.
(Since version ) see corresponding Javadoc for more information.
Builder to create a custom Csv Encoder.
1.0,2022/4/30