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

GPL code in parser #4

Closed marklister closed 11 years ago

marklister commented 11 years ago

Need to rewrite the GPL code in the CsvParser.

marklister commented 11 years ago

commit 7d465a30 resolves. Am now using opencsv which hopefully means less reinventing of wheels.