-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prototype for Presenter that support JSON, XML, and CSV #6
Comments
Flattening the nested structure for the CSV files is ok according to Paggy. |
Shale (https://github.com/kgiszczak/shale) could be a potential all-in-one solution. |
@PhilippHerda Ok. Please implement prototype. |
@PhilippHerda take note of this discussion many years ago in RABL: nesquena/rabl#262 |
@PhilippHerda please also take a look at Grape Entity: ruby-grape/grape-entity#45 |
All formats are compatible, because we can just flatten the structure. |
I opened an issue over there concerning a release of a version that supports the CSV feature: kgiszczak/shale#14 I also opened an issue about the nested CSV problem: kgiszczak/shale#15 |
The maintainer posted a solution for the nested CSV problem which would work, but create somewhat boilerplate: kgiszczak/shale#15 (comment) He will release next week for us: kgiszczak/shale#14 (comment) |
He has released 0.9. I included it in the branch. Still discussion some details about CSV with him. |
Basic presenter works now. Creating new issue for nested CSV problem. |
The text was updated successfully, but these errors were encountered: