FoxPro2CSV

Visual FoxPro 2025-07-28

FoxPro2CSV

Description

This application will convert a FoxPro database to a CSV file.

Contributing

Commit Template

Please run the following to make sure your commit messages conform to the project's standards.

git config --local commit.template .gitmessage

Using Locally

Pre-requisites

  • .Net 8.0 SDK (32-bit)
  • Microsoft Visual FoxPro OLE DB Provider 9.0

Running

dotnet run --project .srcConverterConverter.csproj "path-to-foxpro-database.DBF"
Optional Parameters
Parameter Short Code Description
--textDelimiter -d The text delimiter to use for the CSV file. Default is "

License

Apache 2.0

下载源码

通过命令行克隆项目:

git clone https://github.com/baynezy/FoxPro2CSV.git