About 50 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 does one find out how a DBF file or any file is formatted?

    May 24, 2019 · Where did this file come from? Many times, Oracle data files will use the DBF extension. But the Oracle file format is very different from the file format DBase used which also used the DBF …

  3. Is there any free DBF file converter? - Stack Overflow

    Related: Is there any free tool to convert a file with more than 65000 registers from DBF format to CSV?

  4. sql - How to find the default location in which Oracle DBF files are ...

    During the creation of a new Tablespace in Oracle Database, the user has to enter the DBF file name that he (or she) want to use. The DBF file is then created in a specific location. The user may ...

  5. How do I convert a .dbf file into a Pandas DataFrame?

    Dec 29, 2020 · I have a .dbf file that I would like to convert into a pandas DataFrame, but DataFrames aren't able to directly convert the data.

  6. encoding - Read Encoded string from .dbf file - Stack Overflow

    Aug 11, 2014 · A .dbf file is a mixed binary and encoded text file format. By encoded I don't mean encryption, I mean coded into a codepage depending on the language used for the .dbf file (such as …

  7. 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 AIMsi). After …

  8. 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 can't decode byte …

  9. database - DBF File with unreadable fields. Are they encrypted, …

    Mar 17, 2018 · DBF File with unreadable fields. Are they encrypted, encoded weird, or something else? Asked 7 years, 10 months ago Modified 7 years, 9 months ago Viewed 3k times

  10. Bulk import from dbase dbf to SQL Server - Stack Overflow

    0 I have hundreds of .dbf files separated into different folders, basically organized as a bunch of different databases with the same structure. Some extend into the millions of rows. I need that data to end up …