https://github.com/baynezy/foxpro2csv
Convert Visual FoxPro Tables to CSVs
https://github.com/baynezy/foxpro2csv
csv dotnet foxpro visual-foxpro
Last synced: 9 months ago
JSON representation
Convert Visual FoxPro Tables to CSVs
- Host: GitHub
- URL: https://github.com/baynezy/foxpro2csv
- Owner: baynezy
- License: apache-2.0
- Created: 2023-11-20T14:40:11.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-06T09:23:14.000Z (11 months ago)
- Last Synced: 2025-05-06T10:25:38.064Z (11 months ago)
- Topics: csv, dotnet, foxpro, visual-foxpro
- Language: C#
- Homepage:
- Size: 178 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.
```pwsh
git config --local commit.template .gitmessage
```
### Using Locally
#### Pre-requisites
- .Net 8.0 SDK (32-bit)
- [Microsoft Visual FoxPro OLE DB Provider 9.0](https://download.cnet.com/microsoft-ole-db-provider-for-visual-foxpro-9-0/3000-10254_4-10729530.html)
#### Running
```pwsh
dotnet run --project .\src\Converter\Converter.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](LICENSE.txt)