marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

unify csv parsers #29

Closed marklister closed 9 years ago

marklister commented 9 years ago

Drop opencsv and use built in parser for scala-js and scala-jvm.

Blockers: parser fairly untested, a bit ugly. messy and character based.

marklister commented 9 years ago

1.4.2 unifies the parsers except for the InputBuffer class which is blocked on a scala-js bug.