What is CodableCSV?

CodableCSV allows you to read and write CSV files row-by-row or through Swift’s Codable interface.

CodableCSV provides:

  • Row-by-row CSV reader & writer.
  • Codable interface.
  • Support for multiple inputs/outputs: Strings, Data blobs, and CSV files (represented by URL addresses).
  • CSV encoding & configuration inference (e.g. what field/row delimiters are being used).
  • Multiplatform support with no dependencies.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/dehesa/CodableCSV
  • Resource Maker: Marcos Sánchez-Dehesa
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift