2425-2ihif-pose-classroom-ex-rep-01-ex_rep_01_template created by GitHub Classroom
Find a file
MarcUs7i 90ff129e06 ReadMatchesFromFile not implemented
The rest is done, and it's unit tests are green
2024-09-12 19:05:02 +02:00
.idea/.idea.EM-Qual/.idea ReadMatchesFromFile not implemented 2024-09-12 19:05:02 +02:00
EM-Qual ReadMatchesFromFile not implemented 2024-09-12 19:05:02 +02:00
EM-Qual.Test Initial commit 2024-09-12 12:42:00 +00:00
.editorconfig Initial commit 2024-09-12 12:42:00 +00:00
.gitignore Initial commit 2024-09-12 12:42:00 +00:00
CleanSolutionDir.ps1 Initial commit 2024-09-12 12:42:00 +00:00
EM-Qual.sln Initial commit 2024-09-12 12:42:00 +00:00
readme.adoc add deadline 2024-09-12 14:28:15 +00:00
sample.mp4 Initial commit 2024-09-12 12:42:00 +00:00

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/n4JvyBnw)
:sectnums:
:nofooter:
:toc: left
:icons: font

= Exercise Rep.01 -- EM Qualification Data

You have been provided with a file `matches.csv` which contains information about matches played during the qualification for a soccer EM.

== Displaying Information

This data has to be read and displayed in a specific format to the user.

* Make sure to read & parse information from the CSV file properly
* Handle invalid/corrupted data as well as missing or invalid files
* Ensure to format the information as shown in the sample below

== User Input & Processing

The user can enter the name of one of the countries.
Then all matches this country participated in are displayed (= filtered result set).

* The user can only enter one of the existing countries
* If the user input is invalid it is retried until a valid entry is made

TIP: You might find `StringComparison.InvariantCultureIgnoreCase` useful.

== Sample Run

video::sample.mp4[width=800]