io.github.quafadas.scautable.CSVWriterExtensions
Extension methods for writing NamedTuple collections to CSV format.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Converts the iterable to CSV format as a string.
Converts the iterable to CSV format as a string.
Value parameters
-
delimiter
-
The delimiter character (default: comma)
-
includeHeaders
-
Whether to include column headers as the first line
-
quote
-
The quote character (default: double quote)
Attributes
-
Returns
-
CSV formatted string
Converts the iterator to CSV format as a string.
Converts the iterator to CSV format as a string.
Value parameters
-
delimiter
-
The delimiter character (default: comma)
-
includeHeaders
-
Whether to include column headers as the first line
-
quote
-
The quote character (default: double quote)
Attributes
-
Returns
-
CSV formatted string