Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

iTKerry/interact-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build & Distribute

Prerequisites

  • dotnet v6

To build / debug / publish source code you should be located at src folder with terminal.

Arguments

  • file:# - Represents path to file. # stands for number of the file if there is few of them
  • out - Represents output folder path
InteractZipper.exe -file:1 /path/file1.csv -file:2 "/your path/file 2.csv" -out /result

Debug

src> dotnet run --project InteractZipper -file:1 /path/file1.csv -file:2 "/your path/file 2.csv" -out /result

Publish

src> dotnet publish -c Release -r <runtime_identifier>

Results

Zipped, resulting file could be found in the root folder by name zipped_result.csv

Zip process elapsed ~:

00:00:07.9329011

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages