Hello,
I am too new to UIPATH and I am trying to do an XML reading project and take a document in excel. so far he managed to get me to read some XML tags.
I have trouble reading some labels
example these:
<cbc:CompanyID schemeAgencyID=“195” schemeID=“0” schemeName=“31”>NIT PROVEEDOR</cbc:CompanyID>
<cbc:CompanyID schemeAgencyID=“195” schemeID=“0” schemeName=“31”>NIT CLIENTE</cbc:CompanyID>
cac:SellersItemIdentificationcbc:ID20001427</cbc:ID></cac:SellersItemIdentification>
cbc:DescriptionPRUEBA PRUEBA</cbc:Description>
<cbc:BaseQuantity unitCode=“94”>1</cbc:BaseQuantity>
7. Valor total de la operación
ValTolFac:
8. FORMA DE PAGO
cbc:NoteNOTA</cbc:Note>cbc:Note
The other thing is that I cannot find for what reason that at a time when you are storing the information in excel it throws the following error:
Escribir celda: Mensaje de error original: Excepción de HRESULT: 0x800401A8
project
Lector.xaml (15.5 KB)
Document:
Data1.xml (32.1 KB)
Thank you