yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
661 stars 78 forks source link

Error while decoding #109

Open mdcoder1 opened 4 years ago

mdcoder1 commented 4 years ago

I get the following error when I tired decoding Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "_id", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"_id\", intValue: nil) (\"_id\").", underlyingError: nil)):

rodericj commented 3 years ago

Late to respond here, but you have a decoding error. Could you provide the input that you are using and the Decodable struct you are defining to match that data?