I need all the data highlighted (yellow and red) BUT I am having trouble getting the data that is highlighted in red correctly.
Can someone please help me with the expression I need for “Intervención Quirurgica Programada”; “Intervención Quirurgica Realizada”; “Código”; “Cant.”; “Descripción”.
Hello @carlos_sabino open pdf using chrome and extract table using Data extracting Concept–to open pdfs in a chrome enable allow access to url in chrome extansion.
Thanks @Anil_G , the file you show works correctly for “code”, “quantity” and “description”. Discarded when I uploaded the sample file I inadvertently deleted the surgeon’s data, and now when I tested with the original file, it only extracted to the place where the doctor’s name is, which is always variable.
And unfortunately I am very basic with UiPath, I don’t know how I can join the new DT with the information that I had been able to capture with regex (“Convenio”; “Internación” “Edad”; “Sexo”; “Inicio Cirugia”; “Fin Cirugia”) . For “Intervención Quirurgica Programada” and “Intervención Quirurgica Realizada” do I have to create a new assignment with the code that you gave me?
Thank you very much, and sorry for the insistence, I am just starting and this seems very advanced to me, but unfortunately I need it.
Hello friends, I’m still stuck at the same point. You can collect the rest of the information, but I can’t join the process and the strings that @Anil_G uploaded (so I can extract the “codigo”, “cantidad” and “descripcion” with the process that I did.
Little held up yesterday, couldn’t response. So I Modified your xaml to fit the output that I got for other columns as well. Please check and let me know if you face any issues
Dear @Anil_G, first of all, thank you very much for the answer and the time spent. The process works perfectly, you can see what you had ordered. I had done very similar processes, but they always gave me errors, it was my lack of experience in the code.
The only thing that didn’t work was the “programado” and “realizado” string. The error it marks is Scheduled:_Assign: Index was outside the bounds of the array.
From the locals panel please check the extpdf values and see if the values that I gave in split are matching or not…May be they have changed a bit.Change them accordingly