CSV.swift icon indicating copy to clipboard operation
CSV.swift copied to clipboard

Add KeyDecodingStrategy option

Open fl034 opened this issue 4 years ago • 0 comments

I got a huge CSV file with snake_case headers I want to decode to camelCased Swift properties. Foundation's JSONDecoder already has this very handy option:

https://developer.apple.com/documentation/foundation/jsondecoder/2949119-keydecodingstrategy

Would be awesome to be able to define a key transformation like this.

fl034 avatar Jan 27 '20 08:01 fl034