Edit your CSV data with no hassle. A simple utility that you can use to edit (Delete rows, update, Sort etc) your CSV files
Because I had a few minutes of free time and creating a utility that may help me (and you?!) in my usual activity of playing with CSV files in order to migrate data seemed like a good idea.
- Clone the repository or download the zip (whatever you prefer)
- Put the project wherever your server can access it
- Make sure that the
temp
directory has write permissions - Point to the project in your browser and follow the steps in the below snapshot
Or what you can do is navigate to this heroku app at http://csv-editor.herokuapp.com/ and do your processing there.
- Quality of Code The quality of code is not perfect at all. I just sat and unleashed my hands to the keyboard so please ignore it and do not make any judgements based upon the code quality.
- No validations or exception handling There are no validations or exception handling stuff and it expects that happy path is followed.
You should expect following soon.
- Generating SQL Queries
- Generating XML file
- Drag table columns
- Add rows
- Duplicating rows
- Rename table headers
- ..etc
Have a few minutes of free time? Go ahead and add some features and create a pull request, I will make sure to merge it ;)