amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
CSV.this
amalthea
csv
CSV
The constructor takes a path to CSV-file.
this
(string filepath)
struct
CSV
this
(
string
filepath
)
this
(string[][] table)
this
(string filepath, string[][] table)
this
(string[] keys, string[][] table)
Meta
Source
See Implementation
amalthea
csv
CSV
aliases
deleteRowByField
constructors
this
functions
addRow
createTable
deleteRowByKeyAndValue
getArrayOfRowMaps
getRowMapByField
getTable
getValueOfField
rewrite
setValueOfField
writeTo
variables
headersOfColumns
The constructor takes a path to CSV-file.