Skip to content

good-moon-oooo/Catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Catalyst

Description

The user_upload.php will accepts and processes the CSV file. The parsed file data will be inserted into a MySQL database.

csv file format (email is unique)

name surname email
John Smith join@gmail.com

How to use

usage: php user_upload.php [--file ] [--create_table] [--dry_run] [-u ] [-p] [-h ] [--help]

  • file name of the CSV to be parsed
  • create_table MySQL users table to be built
  • dry_run used with the --file directive, and run the script but not insert into the DB
  • u MySQL username
  • p MySQL password
  • h MySQL host
  • help output the above list of directives with details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages