Skip to content

A standalone script to convert CSV files to importable MySQL files.

Notifications You must be signed in to change notification settings

RMastop/php-csv2mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

csv2mysql for PHP#

Creates an importable MySQL file from a CSV file.

Usage

Put the CSV file in the bin folder. From command line:

php csv2mysql.php [input.csv] [output.sql] [database]

The script doesn't actually do anything to your database, but the importable file will need to know the destination database and table.

About

A standalone script to convert CSV files to importable MySQL files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%