WP Manifestindependent plugin directory
manifest / admin / csv-data-uploader

CSV Data Uploader

This WP plugin using for csv file import to database

by Bayazid Hasan · github.com/developerbayazid/csv-data-uploader · website

0stars
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/developerbayazid/csv-data-uploader/archive/refs/heads/master.zip

Readme

csv-data-uploader WP Plugin

ShortCode [csv-data] [students-data]

CSV File Structure Example:

id,name,email,age,phone,photo 1,John Doe,johndoe@live.com,28,+1234567890,johndoe.jpg 2,Jane Smith,janesmith@example.com,34,+1234567891,janesmith.jpg 3,Alice Johnson,alicejohnson@example.com,25,+1234567892,alicejohnson.jpg 4,Bob Lee,boblee@example.com,40,+1234567893,boblee.jpg 5,Chris Evans,chrisevans@example.com,29,+1234567894,chrisevans.jpg

Read the full README on GitHub →