Posts by thiagoheron • 1 point
1 post
-
-1
votes1
answer77
viewsQ: What is the best way to check? (Try-catch, if multiples,...?)
I am reading thousands of XML files with python. The problem is, there is not always the field in all files. resumo_cv = root.find("DADOS-GERAIS").find("RESUMO-CV").get("TEXTO-RESUMO-CV-RH")…