Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 581 Bytes

CatalogParser

Test assignment for the position of "C# (.NET) developer"

How to start (Windows 10)

  1. Open the console by pressing win+r and write "cmd"
  2. Go to the root project folder
  3. Write "dotnet build .\CatalogParser.sln" in the console to build a project
  4. Go to the project folder ("CatalogParser\CatalogParser\bin\Debug\net5.0>")
  5. Run "CatalogParser.exe" with the parameters by writing in the console "start CatalogParser.exe "ToyShopCatalog.csv ;""
  • where "ToyShopCatalog.csv" is file name and ";" is separator string
  • file will be saved in the same directory