I have scoured the internet ( well google anyway ) looking for a way to get a dbase dbf file into a DataTable using c# in VS Express 2013. Everything I'm seeing assumes that the data resides on a database - usually Access, and that the dbf file is from FoxPro. I have a stand-alone dbf file that is downloaded from a state website that I need ultimately to get into our SQL server database. If I can get the data into a DataTable then getting it into SQL Server should be easy. In Python, getting the dbf data into a DataFrame is a single line of code - assuming that you are importing simpledbf. Is there a similar process available for C#?
Thanks for any insights