Skip to content

Instantly share code, notes, and snippets.

@yoiang
yoiang / CSVDecoder.swift
Last active September 7, 2018 23:15 — forked from takasek/CSVDecoder.swift
Swift4のCodableに対応した、独自のDecoder(CSVDecoder)を実装してみよう ref: http://qiita.com/takasek/items/8bcb2f9169fbe2a0593e
//
// CSVDecoder.swift
//
// Created by takasek - https://github.com/takasek
//
import Foundation
//===----------------------------------------------------------------------===//
// CSV Decoder