Skip to content

A CSV file reader written in C# used to demonstrate basic .Net skills.

Notifications You must be signed in to change notification settings

DanielTheCritic/csv-file-analyzer

Repository files navigation

CSV File Analyzer

A small desktop application written in C# that uses CSVs with the headers FirstName, LastName, Address and PhoneNumber. It processes the contents of the CSV file and exports them into 2 files that contain the following:

  • A list of names ordered descending by the number of occurrances in a file. This applies to both first and last names. Subsequently the names are ordered alphabetically.
  • A list of addresses ordered alphabetically by street.

Tech Stack Used

  • C#
  • NUnit
  • System.IO
  • LINQ
  • WPF

Authors

About

A CSV file reader written in C# used to demonstrate basic .Net skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages