I would like to use a SQL query on a CSV file using C#. There is something like this for java here. Is there anything like this for c#?
So, do you mean using Linq?
Something like one of these? http://blogs.msdn.com/b/wriju/archive/2009/05/24/linq-to-csv-getting-data-the-way-you-want.aspx http://blogs.msdn.com/b/ericwhite/archive/2008/09/30/linq-to-text-and-linq-to-csv.aspx