A little minimalistic web tool that allows the user search through the UK skilled worker CSV file
This simple search page allows you to search through a CSV file based on different categories and filter options. The search results are displayed in a table format.
- Search for specific values in different categories
- Filter options: Case sensitive/insensitive, regex search, wildcards, and exact match/contains
- Sort the table by different columns
- Click the "Upload CSV File" button and select a CSV file to upload.
- Enter your search term in the "Search Term" input field.
- Select the category you want to search in from the dropdown menu.
- Choose the desired filter options (case sensitivity, regex search, wildcards, and exact match/contains).
- Click the "Search" button to filter the data and display the results in the table.
- Click on the column headers in the table to sort the table by that column.
- PapaParse - CSV parsing library.
- Materialize - CSS framework for styling.
This project is licensed under the MIT License - see the LICENSE file for details.