StaticgenerateConverts an object in a specific format to a CSV string.
an aggregate of values with the same keys, uses the keys of the given aggregate as the name of the entries, and the keys of the values as column entries.
the separator character to use. By default is ;.
the CSV corresponding to the object.
StaticparseStaticreadReads a CSV file and returns an object with the data inside the file.
Optionaldelimiter: string
Methods related with the CSV format.