This is my first foray into Pony. Be gentle.
Details on the challenge
This command line tool should accept the following arguments:
- the filename of a CSV file,
- the name of the column to overwrite in that file,
- the string that will be used as a replacement for that column,
- the filename where the output will be written.
- the program should write “input file missing” to the console.
- no output file generated
- the program should write “column name doesn’t exists in the input file” to the console.
- no output file generated
- the program should overwrite this file.
- Install Pony
make test
> ./cpp17csv test-input City London output.csv