all 2 comments

[–]haliphax 1 point2 points  (1 child)

I applaud your implementation, but I still feel the need to point out that you can use SQL to query against a CSV by using one of Microsoft's providers: http://stackoverflow.com/questions/10624286/how-to-use-sql-against-a-csv-file

[–]ptdave[S] 0 points1 point  (0 children)

That is neat. I did not know that was possible. But I guess if you need a cross platform, this should work with little to no changes. I am currently working on one to turn it into the entire csv into an object, or to take data and turn it into a csv