About 149,000 results
Open links in new tab
  1. Is there any free DBF file converter? - Stack Overflow

    9 I am able to open and convert .dbf files with LibreOffice 3.4.4, and export to a variety of formats.

  2. opening .dbf files - Microsoft Community

    Try changing the file association of .dbf files and check. If the Windows 7 operating system on your system a 64 bit operating system, then Right click on file > Open with > Choose Default Program > …

  3. 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, but have no...

  4. Unable to open a dbf file in excel 2010 x64 - Microsoft Community

    Jan 24, 2014 · Unable to open a dbf file in excel 2010 x64 I currently have built a PC running Win7 x64. My organization works with .dbf files and need them to associate with excel 2010. As an …

  5. How to open dbf file in UTF-8 - Stack Overflow

    4 I have a dbf file in UTF-8 encoding. When I open it in R, with read.dbf() (package foreign) on Windows with CP1250 charset, characters are damaged:

  6. vbscript - Connecting to a DBF in Visual Basic - Stack Overflow

    We have a Windows application that stores data in DBF. I need to connect to a certain table a_sname.dbf and extract the SN_ACCOUNT, SN_CURRBAL and SN_CRLIM columns to a text file …

  7. Error when import shapefile on postgis with shp2pgsql (unable to open ...

    A "shapefile" is actually more than one file (i.e., more than just a .shp file). Make sure all of the files are in the same folder when using with any GIS software, including shp2pgsql.

  8. 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 and I have …

  9. Problemas con importación de DBF con paquetes foreign y spsurvey en R

    Problemas con importación de DBF con paquetes foreign y spsurvey en R Formulada hace 8 años y 7 meses Modificada hace 8 años y 7 meses Vista 393 veces

  10. 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?