CSV
public struct CSV
CSV provides support for a csv file.
Version
1.5.0Date
23/03/2019-
Parse the content to a two dimention array.
Declaration
Swift
init(content: String)Parameters
contentThe content containing the csv.
CSV Structure Reference