Reading Comma Delimited Text File to C# DataTable, columns get truncated to 255 characters

后端 未结 5 682
南方客
南方客 2021-02-10 21:11

We are importing from CSV to SQL. To do so, we are reading the CSV file and writing to a temporary .txt file using a schema.ini. (I\'m not sure yet exactly why are are writing t

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-10 21:31

    I think the best way to do it is by using CSVReader in the following blog: http://ronaldlemmen.blogspot.com/2008/03/stopping-and-continuing-save-event.html

提交回复
热议问题