WP db-to-csv
A simple plugin to update a WordPress table using CSV data.
by Erik Golinelli <erik@codekraft.it> · github.com/erikyo/wp-db-to-csv
★ 1stars
0forks
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/erikyo/wp-db-to-csv/archive/refs/heads/master.zipReadme
wp-db-to-csv
A simple plugin to update a WordPress table using CSV data.
Overview
WP db-to-csv is a WordPress plugin designed to facilitate the update of a WordPress table using CSV data. The plugin provides a user-friendly interface for downloading and updating data in a specified table.
Installation
- Download the plugin ZIP file.
- Upload the ZIP file through the WordPress admin interface or extract it directly into the
wp-content/plugins/directory. - Activate the plugin through the WordPress Plugins menu.
Usage
Download CSV
- Navigate to the CSV Update Plugin menu in the WordPress admin dashboard.
- Select the target table (without prefix) from the dropdown menu.
- Click the Download button.
- The CSV file containing the data from the selected table will be downloaded.
Update Database
- Navigate to the CSV Update Plugin menu in the WordPress admin dashboard.
- Choose the target table (without prefix) from the dropdown menu.
- Configure additional options:
- Drop Table on Update: If checked, the existing table will be dropped before inserting new data.
- Skip the first row: If checked, the first row of the CSV data will be skipped.
- CSV Separator: Specify the CSV separator (default is
,).
- Paste the CSV data into the provided textarea.
- Click the Update Database button.