Skip to content

ChayoteJarocho/FoxProDatabaseExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxProDatabaseExtractor

Tool written in C# with .NET 6.0 that reads a FoxPro 9 database file and dump the contents of all the user tables into individual csv files.

Requirements

Build

Since Visual FoxPro 9.0 was built for x86 only, this project needs to be built for that platform as well.

  • If building from Visual Studio directly, the only platform specified in the solution is x86, so you can build directly into that platform without any manual changes.
  • If building using the dotnet command directly from the src folder, you need to pass the --arch x86 arguments to force building in x86.

Usage

FoxProDatabaseExtractor.exe <vfpDatabaseFile> <targetCsvFolder>

Example:

FoxProDatabaseExtractor.exe path/to/database.dbc path/to/directory/to/dump/csv/files/

Note: Only works on Windows because Visual FoxPro is a Windows-only database system.

About

Tool to read and export a FoxPro 9 database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages