Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite

License

NotificationsYou must be signed in to change notification settings

simonw/dbf-to-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPITravis CILicense

CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite.

Installation

pip install dbf-to-sqlite

Usage

$ dbf-to-sqlite --helpUsage: dbf-to-sqlite [OPTIONS] DBF_PATHS... SQLITE_DB  Convert DBF files (dBase, FoxPro etc) to SQLite  https://github.com/simonw/dbf-to-sqliteOptions:  --version      Show the version and exit.  --table TEXT   Table name to use (only valid for single files)  -v, --verbose  Show what's going on  --help         Show this message and exit.

Example usage:

$ dbf-to-sqlite *.DBF database.db

This will create a new SQLite database calleddatabase.db containing one table for each of theDBF files in the current directory.

Looking for DBF files to try this out on? Try downloading theHimalayan Database of all expeditions that have climbed in the Nepal Himalaya.

About

CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp