9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README

NAME

analisis_covid - analyze RAW data and export it with a human readable format.

SYNOPSIS:

analisis_covid -in SOURCE -out DEST
analisis_covid -out DEST -in SOURCE

DESCRIPTION

Process RAW data from a .csv(comma separated values) file, and export it to a plain text if the output file doesn't exist then it creates one with the specified name. When you invoke analisis_covid, expects as input a .csv file with three columns separated by a comma (','), otherwise it's considered corrupt.

AUTHOR

Written by Martin J. Klöckner - Argentina - Dec 2020 / Jan 2021