9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
ModeNameSize
-rw-r--r--Makefile61L
-rw-r--r--README.md28L
-rw-r--r--arguments.c63L
-rw-r--r--arguments.h14L
-rw-r--r--input.csv23L
-rw-r--r--iso3166-1.csv249L
-rw-r--r--load_country_codes.c91L
-rw-r--r--load_country_codes.h18L
-rw-r--r--macros.h16L
-rw-r--r--main.c115L
-rw-r--r--main.h49L
-rw-r--r--make.bat15L
-rw-r--r--print_error.c37L
-rw-r--r--print_error.h46L
-rw-r--r--print_file.c111L
-rw-r--r--print_file.h18L
-rw-r--r--read_file.c73L
-rw-r--r--read_file.h17L

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