frozen_record icon indicating copy to clipboard operation
frozen_record copied to clipboard

Support csv backend

Open mollerhoj opened this issue 4 years ago • 3 comments

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.

mollerhoj avatar Apr 19 '20 14:04 mollerhoj

Coverage Status

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

coveralls avatar Apr 19 '20 14:04 coveralls

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)

sandstrom avatar May 16 '23 08:05 sandstrom

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

pironim avatar Dec 08 '23 16:12 pironim