CSV
struct CSV
Representation object of a Comma-Separated Values.
-
Persist the information in disk.
Declaration
Swift
func write(to url: URL) throws -> URL?Parameters
formatThe destination URL of the output.
Return Value
The file URL.
View on GitHub
Install in Dash
CSV Structure Reference