Package-level declarations
Types
Link copied to clipboard
class CsvBuilder
Link copied to clipboard
Represents a column in a CsvHeaderRow of a CSV file.
Link copied to clipboard
class CsvDataHeaderBuilder
Link copied to clipboard
Represents a data row in a CSV file, excluding the header row.
Link copied to clipboard
class CsvDataRowBuilder
Link copied to clipboard
Represents the header row of a CSV file, containing column definitions.
Link copied to clipboard
Represents CSV data without a header row.
Link copied to clipboard
Represents CSV data with a header row.
Functions
Link copied to clipboard
Link copied to clipboard
Same as getOrEmpty
Link copied to clipboard
Returns the value from this row for the given column, or an empty string if not present.
Link copied to clipboard