How in .Net do I Import Values from a CSV in the format I want using OleDB?

后端 未结 5 1883
悲&欢浪女
悲&欢浪女 2021-01-21 00:11

I have a CSV file that has a column that contains strings that look like integers. That is they should be dealt with as strings, but since they are numbers they appear to be im

5条回答
  •  悲&欢浪女
    2021-01-21 01:04

    I'm no expert but do you cope with fixed file format ? http://csharptutorial.com/blog/exclusive-how-to-export-a-datatable-to-a-fixed-file-format-the-easy-way-using-odbc-or-jet-engine/

提交回复
热议问题