Php Script – Csv Upload And Display

I need a PHP script that will upload a csv or text file and then take the first row (column headers) and display them and allow me to match them up. Once matched up, there would be a button to finish processing the file and display the content. But instead of using the file column headers it would use the column headers that where selected in step one. Data will be displayed in a table.

NOTES:
– Should be able to auto-detect format or have an option where I choose the separator when uploading the file. Some valid separators could be: tab, pipe, comma.
– File should be either loaded to memory or temp file, but should be deleted after processed.

Please see attached mock-up for further details.

This is a quick and easy script and shouldn’t take long to complete.

Please PM Questions or Demos

Leave a Reply

Your email address will not be published. Required fields are marked *