Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 813 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 813 Bytes

CSV File Filtering Web Application

Overview

The CSV File Filtering Web Application is a user-friendly tool designed to filter CSV files online based on user-defined conditions. This web app allows users to upload a CSV file, specify filtering criteria.

Built-On

  • .NET Core7 -webapi
  • Angular 15

Features

  • Upload CSV files for filtering.
  • Define filtering conditions using web interface.
  • Pagination support

Usage

  1. Upload a CSV file using the provided interface.

  2. Define filtering conditions using the available options.

  3. Click the "Filter" button to process the CSV file.

Demo

CSVFilters.mp4

Future Enhancements

  • Convert this application in Blazor to fully run on clientside .