Skip to content
Snippets Groups Projects
  • Cristian Weiland's avatar
    f3fc354d
    Issue #43: Rename indexes, use associative array in config files and improve grep · f3fc354d
    Cristian Weiland authored
    
    - Rename indexes to group by year and month instead of university and add prefix
      to indicate data source (MEC or MS);
    - Config files (config.sh) now use associative arrays instead of 2 arrays filter
      and university, which needed to be correlated, having the same length and using
      the same number index to relate data;
    - Add flag -w in grep, which filters by matching a whole word instead of
      substring. For example: "PARA" does not match with "PARANA" anymore (which stops
      scripts from getting duplicated data for "UNIVERSIDADE FEDERAL DO PARANA");
    
    Signed-off-by: default avatarCristian Weiland <cw14@inf.ufpr.br>
    f3fc354d
    History
    Issue #43: Rename indexes, use associative array in config files and improve grep
    Cristian Weiland authored
    
    - Rename indexes to group by year and month instead of university and add prefix
      to indicate data source (MEC or MS);
    - Config files (config.sh) now use associative arrays instead of 2 arrays filter
      and university, which needed to be correlated, having the same length and using
      the same number index to relate data;
    - Add flag -w in grep, which filters by matching a whole word instead of
      substring. For example: "PARA" does not match with "PARANA" anymore (which stops
      scripts from getting duplicated data for "UNIVERSIDADE FEDERAL DO PARANA");
    
    Signed-off-by: default avatarCristian Weiland <cw14@inf.ufpr.br>