Remoção da coluna Evidencia 2, atualização de promt e acrescimo de filtros de transferencia entre agentes do FIN
This commit is contained in:
@@ -27,8 +27,7 @@ struct CsvEvaluation {
|
||||
USO_DO_PORTUGUÊS: u8,
|
||||
PACIÊNCIA_E_EDUCAÇÃO: u8,
|
||||
DISPONIBILIDADE: u8,
|
||||
CONHECIMENTO_TÉCNICO: u8,
|
||||
DIDATISMO: u8,
|
||||
ESCLARECIMENTO: u8,
|
||||
ID_TALK: String,
|
||||
}
|
||||
|
||||
@@ -277,10 +276,10 @@ fn main() {
|
||||
.expect("Failed to do regex capture");
|
||||
|
||||
let user_name = found_regex_groups_in_filename
|
||||
.get(2)
|
||||
.get(1)
|
||||
.expect("Failed to get the id from regex maches");
|
||||
let talk_id = found_regex_groups_in_filename
|
||||
.get(5)
|
||||
.get(3)
|
||||
.expect("Failed to get the id from regex maches");
|
||||
|
||||
let excelence_percentual = columns
|
||||
|
||||
Reference in New Issue
Block a user