This web app maps excel file columns to thier appropriate columns and uploads that data to a database.
This is a portion of the actual app originally developed for Conscript HR Advisors.
You can also access the web app here : data-import-mapper.herokuapp.com
- To run this app locally, first clone this repository.
- Change directory to the directory in which app.py is located.
- Run the following command:
flask run
- HTML, CSS
- Javascript, jQuery
- Python, pandas, numpy
- Flask
- You need to pip install the requirements in requirements.txt, if you don't have them already.
- Procfile, sample folder are not essential to this app.