Data Export

  • CSV

    Representation object of a Comma-Separated Values.

    See more

    Declaration

    Swift

    struct CSV
  • A Comma-Separated Values encoder.

    Declaration

    Swift

    class CSVEncoder
  • Protocol used to define a data exporter object.

    See more

    Declaration

    Swift

    protocol DataExporter
  • Data export errors.

    See more

    Declaration

    Swift

    enum DataExporterError : Int, Error
    extension DataExporterError: CustomNSError, CustomStringConvertible
  • File formats: CSV, JSON, etc.

    See more

    Declaration

    Swift

    enum FileFormat : String, CustomStringConvertible, CaseIterable
  • Dedicated data exporter for Transactions.

    See more

    Declaration

    Swift

    final class TransactionsDataExporter : DataExporter