CSV to WP
A CSV importer plugin for Wordpress
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/beee4life/csv-to-wp/archive/refs/heads/main.zipReadme
CSV Importer
Welcome to the CSV importer plugin for Wordpress.
It is still being developed but that won't hurt its usage. Everything works.
Description
This plugin gives you the option to import CSV data through file import and stores it in a custom table or in post/user meta table.
Installation
- Upload the zip through WordPress plugin admin or
- Upload the files by ftp to
wp-content/plugins. - Activate the plugin
CSV to WPthrough the plugins page.
Usage
- Upload CSV data through file upload
- Verify it
- Preview it
- Import it
Actions
These actions are available:
- csv2wp_successful_csv_upload
- csv2wp_successful_csv_import
Filters
These filters are available:
- csv2wp_import_options (array)
- csv2wp_delimiter (string)
- csv2wp_line_length (int)
- csv2wp_upload_folder (string)
FAQ
= Can I import posts and other WordPress data with it ? =
No, not right now. There are other plugins which do that like WordPress Importer. Maybe in the future but now there are no plans for it.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.10 | Jun 25, 2026 |
| 0.9 | Jun 23, 2026 |
| 0.6 | Apr 19, 2026 |
| 0.5 | Apr 16, 2026 |
| 0.4 | Apr 16, 2026 |
| 0.3 | Feb 23, 2026 |
| 0.1 | Sep 7, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.