Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Codable support #49

Open
fl034 opened this issue Jan 27, 2020 · 2 comments
Open

Add Codable support #49

fl034 opened this issue Jan 27, 2020 · 2 comments

Comments

@fl034
Copy link

fl034 commented Jan 27, 2020

Hey there,
would be great to be able to use native way of decoding as an alternative data mapping.
Other libraries like CSV.swift and CodableCSV already do this, but they lack of stream based data import.

@Jeehut
Copy link
Member

Jeehut commented Jan 27, 2020

@fl034 Thank you for requesting this feature. I think it makes sense and should also not be too hard to do. I'm not sure when I will have time to add the feature though, may take several months. If you would find the time to write it and post a PR, that would be awesome! :)

@fl034
Copy link
Author

fl034 commented Jan 27, 2020

I'm trying out a few Swift CSV libraries for my current project. If this one is the one I will use eventually, I might find the time to implement it and make a PR. :)
I will keep you posted in this issue, if I start working on it, so that we won't end up doing the work twice :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants