Development is done on GitHub
Convert CSV to SQL and create a table in your Drupal installation
CSV are a great way to give a client to enter their data that will be migrated to the site. However, for the migration itself, SQL would be quicker.
Convert a single file.
Execute the command: drush csv2sql /PATH/TO/file.csv
Scan a directory.
You have the option to scan a whole directory instead of giving an exact path to a csv file. Execute the command: drush csv2sql /PATH/TO/directory/
Will create a _raw_file table in the Drupal installation which drush is running under.
More details can be found here.
Supporting organizations:
Sponsored the development
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Created by amitaibu on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.


