Skip to content

khushbookachhi/csv-upload-skill-test

Repository files navigation

csv-upload-skill-test

To Upload a CSV file to MongoDB database. Display the contents in a web page in a tabular format.

Features

  1. Upload any csv file into the system.

  2. Display a list of all uploaded csv files

  3. When the user selects a file, display all the data (with column headers) in a table on the page (front end)

  4. There is a search box which searches on the front end itself and displays the matching rows of the table only (empty search box displays all the data). (you can put a search on any one column)

  5. DIFFERENT CSV FILES WITH DIFFERENT COLUMN HEADERS CAN BE UPLOADED.

  6. Sorting button (ascending and descending) for each column on the front end.

  7. validation on the front end and server side on being able to upload only csv type of files

  8. Pagination of the data displayed in the table to a max of 100 records per page.

About

To Upload a CSV file to MongoDB database. Display the contents in a web page in a tabular format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published