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

Support csv backend #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support csv backend #32

wants to merge 1 commit into from

Conversation

mollerhoj
Copy link

I need this feature for my own application.

Notice that we've added an additional "position" attribute, to take advantage of the fact that csvs are ordered.

@coveralls
Copy link

coveralls commented Apr 19, 2020

Coverage Status

Coverage decreased (-0.4%) to 96.619% when pulling 4bcbde5 on mollerhoj:master into f35bb22 on byroot:master.

@sandstrom
Copy link
Contributor

Just a small thought.

Maybe it makes more sense to keep CSV parsing outside this gem? (i.e. closing this without a merge)

There is already support for custom backends, and I'm guessing JSON and YAML is enough for most people.

Also, CSV has no support for data types and parsing them is much harder than JSON or YAML (there is no single CSV specification).

(but I'm no maintainer, so the repo owner obviously decides)

@pironim
Copy link

pironim commented Dec 8, 2023

this is nice feature and can be useful on some projects.

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

Successfully merging this pull request may close these issues.

4 participants