Skip to content
Snippets Groups Projects
Commit f3fc354d authored by Cristian Weiland's avatar Cristian Weiland
Browse files

Issue #43: Rename indexes, use associative array in config files and improve grep


- 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>
parent b6cf9dcb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment