1 NAME 2 3 analisis_covid - analyze RAW data and export it with a human 4 readable format. 5 6 SYNOPSIS: 7 8 analisis_covid -in SOURCE -out DEST 9 analisis_covid -out DEST -in SOURCE 10 11 DESCRIPTION 12 13 Process RAW data from a .csv(comma separated values) file, 14 and export it to a plain text if the output file doesn't 15 exist then it creates one with the specified name. 16 When you invoke analisis_covid, expects as input a .csv 17 file with three columns separated by a comma (','), otherwise 18 it's considered corrupt. 19 20 21 AUTHOR 22 23 Written by Martin J. Klöckner - Argentina - Dec 2020 / Jan 2021 24 25 26 27 28