About 51 results
Open links in new tab
  1. R: how to read dbf files? - Stack Overflow

    Feb 26, 2022 · How can I use read.dbf if I want to specify which encoding the dbf is saved with and whivh endcoding I want it to save as dataframe or csv file?

  2. How to open/view/import .dbf file in jetbrains datagrip?

    Apr 18, 2020 · How do I work with .dbf files in Jetbrains DataGrip ? I am on macos and need to work with .dbf file. I managed to open dbf file in Shapefile explorer software. But I would like to …

  3. How to open DBF file in DBeaver with JDBC - Stack Overflow

    Mar 6, 2017 · The CSV/DBF JDBC Driver to open dbf files requires DANS DBF as you mentioned and requires its addition to the CLASS PATH. There was limited information on that process …

  4. Pandas: transform a dbf Table into a dataframe - Stack Overflow

    I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package. I have apparently been able to load the dbf file as a Table, …

  5. c# - how to connect to dbf database - Stack Overflow

    Note that you don't add the ".dbf" extension (it's assumed - as a matter of fact, the file has to have the .dbf extension or it won't be recognized and read, at least in my experience). EDIT I've had …

  6. How to import a DBF file in SQL Server - Stack Overflow

    Sep 9, 2008 · What happens with deleted records from dbf file?! How can make the select command to work with two tables (dbf files) from different locations on the same PC? These …

  7. .net - C# Open DBF file - Stack Overflow

    Sep 2, 2014 · I'm having a problem opening a DBF file - I need to open it, read everything and process it. I tried several solutions (ODBC/OLEDB), several connection string, but nothing …

  8. What's the easiest way to read a FoxPro DBF file from Python?

    Sep 1, 2008 · I am new to python and know nothing about DBF files, but it worked easily to read a DBF file from my girlfriend's business (created with a music store POS application called …

  9. How to read/write dBase III files using C#/.NET ODBC or OLE?

    Sep 16, 2008 · I have searched for various techniques on how to read/write dBase III (dbf) files using OLEDB or ODBC with C#/.NET. I have tried almost all of the tecniques posted, but …

  10. Problems opening DBF files in python - Stack Overflow

    Jul 26, 2019 · I am trying to open en transform several DBF files to a dataframe. Most of them worked fine, but for one of the files I receive the error: "UnicodeDecodeError: 'utf-8' codec …