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:
2025-12-11 14:23:03 -03:00
parent 79e87bff91
commit 3f727b4583
3 changed files with 21 additions and 10 deletions

View File

@@ -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