Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.48 KB

README - DBFConverterToCSV

Index

About The Project

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.

Built With

Getting Started

Read the install instructions below...

Installation

  1. Install Python3 from https://www.python.org/
  2. Use the command line to enter:
    pip install -r requirements.txt
    -r is an option to let pip install from a requirements file
  3. Copy the script into the path where the DBF files are, then execute the script via the command-line.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Tobias Menzel - @BonekitDEV

Project Link: DBFConverterToCSV

Acknowledgements