How to use SQL against a CSV file

后端 未结 5 1978
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 11:04

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#?

5条回答
  •  我在风中等你
    2021-01-12 11:14

    You can use the appropriate OLE DB provider to query the text file. You can find the query string here:

    Textfile Connection String Samples

提交回复
热议问题