You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A main use case I have for this package is ingesting CSV files in Swift from exported existing database tables. Many database tables have snake_cased column names or don't exactly match the property in Swift . It would be convenient to add a keyDecodingStrategy option similar to that of Swifts JSONDecoder so that the values can be mapped without having to rename the csv column headers.
The text was updated successfully, but these errors were encountered:
A main use case I have for this package is ingesting CSV files in Swift from exported existing database tables. Many database tables have snake_cased column names or don't exactly match the property in Swift . It would be convenient to add a
keyDecodingStrategy
option similar to that of SwiftsJSONDecoder
so that the values can be mapped without having to rename the csv column headers.The text was updated successfully, but these errors were encountered: