New context driver for reading CSV files
Options
Hi,
let me introduce my new CSV data context dynamic driver.
Features:
- create new data context from CSV files, one table per file
- automatic relations detection
More info and download here:
https://github.com/dobrou/CsvLINQPadDriver
Any comments and suggestions are welcome.
Happy CSV querying
let me introduce my new CSV data context dynamic driver.
Features:
- create new data context from CSV files, one table per file
- automatic relations detection
More info and download here:
https://github.com/dobrou/CsvLINQPadDriver
Any comments and suggestions are welcome.
Happy CSV querying

Comments
-
Just starting in c#. This is useful. THanks
-
I realize it has been a while, but it would seem to make more sense to cache the CSV files on a connection basis instead of on a query basis if possible. I see how resetting the query to release the cache could be tricky if you are caching per connection but it could really help with very large CSV processing.
-
Latest driver version can be found at https://github.com/i2van/CsvLINQPadDriver
-
I've submitted an issue on GitHub. I can't display German characters properly.
-
Already been fixed! Thank you i2van!