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

    format

    The destination URL of the output.

    Return Value

    The file URL.