Clojure-CSV might be useful:
https://github.com/davidsantiago/clojure-csv
Regards,
Shantanu
On Jun 14, 6:06 pm, Mark wrote:
> Although it may be overkill for you, take a look at Teiid: http://teiid.org
>
> On Jun 14, 5:30 am, finbeu wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > I have a couple of csv
Although it may be overkill for you, take a look at Teiid: http://teiid.org
On Jun 14, 5:30 am, finbeu wrote:
> Hello,
>
> I have a couple of csv files that are actually dumped data from SQL
> tables. These tables have proper relationships with key, foreign keys
> so they can be easily joined u
Hello,
I have a couple of csv files that are actually dumped data from SQL
tables. These tables have proper relationships with key, foreign keys
so they can be easily joined using SQL.
I would like to load them into memory and then appy SQL queries on
that data. So in fact, I'm looking for a cloj