The DBFConverterToCSV convert all DBF files to CSV files.
The script will loop over all DBF files, when a DBF file can´t be converted the script will jump to the next file.
Read the install instructions below...
- Install Python3 from https://www.python.org/
- Use the command line to enter:
pip install -r requirements.txt
-r is an option to let pip install from a requirements file - Copy the script into the path where the DBF files are, then execute the script via the command-line.
Distributed under the MIT License. See LICENSE
for more information.
Tobias Menzel - @BonekitDEV
Project Link: DBFConverterToCSV