Project Description:
I need a simple Wordpress plugin with a form that creates a table and uploads data into it. It will prompt the user for how many columns are in the sheet and the name of the table to create. The table will be created in the same database that Wordpress is running in.
Each field in the table created needs to be VARCHAR, 755 in length.
The data uploaded will be in CSV format or tab delimited. If the script can auto detect that and handle it, fine. If not, we can select which format.
A preview of how the data will look in the table needs to happen before final loading, so the user knows the data is being inserted properly.
Please let me know if you have any questions.
Additional Project Description:
02/03/2013 at 13:08 EST
This plugin will be used and run by the admin. This is not a plugin that public users use.