Skip to content

fbrump/DotnetReadCsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotnetReadCsv

Challenge

How to use

Get all employees:

dotnet run --project DotnetHomeChallenge/DotnetHomeChallenge.csproj
# or
dotnet run --project DotnetHomeChallenge/DotnetHomeChallenge.csproj search

Filter employees by text using command search and parameter -t or --text:

dotnet run --project DotnetHomeChallenge/DotnetHomeChallenge.csproj search -t 

There's a possibility to search by multiple texts using ; as a separator:

dotnet run --project DotnetHomeChallenge/DotnetHomeChallenge.csproj search -t ena,inc,ian,eir,br,non  

Whether there's more than 5 separators the app will consider only first 5:

dotnet run --project DotnetHomeChallenge/DotnetHomeChallenge.csproj search -t ena,inc,ian,eir,br,non  

About

Challenge

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages