DataCsv

abstract class DataCsv<T> : DataFormat<T>

Abstract class containing common functionality to format a data to CSV

Parameters

T

Type of the data to convert to CSV

Constructors

Link copied to clipboard
fun DataCsv()

Functions

Link copied to clipboard
open override fun formatData(data: T): String

Formats the data into the specified format

Link copied to clipboard
open override fun formatHeader(): String

Creates a header for the data.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard