Csv File Editor

Csv File Editor
I need an application that can be built using Visual Studio 2008 with the visual basic 2008 .net framework 3.5 programming language.

Basically it will look in the first field of each line of the CSV and add it to a list. The user can then select one item of the list, and hit edit, and it will allow them to edit all fields for that row.

Then can also delete whole lines, and add new line items to the CSV file (although no new fields can be created).

I also need the same exact program created as a PHP script that will allow someone to upload a CSV file and then edit the same way as it’s done here, and then download it once finished editing it.

Leave a Reply

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