Structures

The following structures are available globally.

  • Wraps an accumulated list of errors.

    See more

    Declaration

    Swift

    public struct ErrorList: Error
  • A parser for streaming CSV data.

    Note

    You should create a new Parser instance for each CSV document you parse.
    See more

    Declaration

    Swift

    public struct Parser
  • Serializes dictionary data to CSV document data.

    Note

    You should create a new Serializer dictionary you serialize.
    See more

    Declaration

    Swift

    public struct Serializer
  • A synchronous wrapper for the Serializer struct for parsing a whole CSV document.

    See more

    Declaration

    Swift

    public struct SyncSerializer