I have folder invoice xml, can get element Serial No., Invoice No., Invoice Date. from xml file but
how i can match O column (Item Name) to find Serial No., Invoice No., Invoice Date type into excel.
I want get
item.Elements(“TTChung”).Elements(“KHMSHDon”).Value.ToString → (1)
item.Elements(“TTChung”).Elements(“KHHDon”).Value.ToString → (C22TBV)
item.Elements(“TTChung”).Elements(“SHDon”).Value.ToString → (405)
item.Elements(“TTChung”).Elements(“NLap”).Value.ToString → (07/06/2022)
After match O column with xml file to find Serial No., Invoice No., Invoice Date.
why not using the AB col where we do have the code?
AB col get from O col by: system.Text.RegularExpressions.regex.Match(row(“Item Name”).ToString, “([A-Z]+\d+-\d+)”).Groups(1).Value
is the pattern for the code reliable? Currently we also do see the case of 5203 which is different
Yes we have some code i need match
Dung môi (DTR 03039)
Dung môi (SQS5203)
Dung môi (NP CCL UNIVERSAL THINNER-200L)
Dung môi (#275(SC))
Becker Paint (DJ247-66261)
Sorry, I just learn Uipath & do this project, the truth is I can’t fully understand what you mean.
Now i save tag xml to excel, match “Invoice” column
Compare with original excel.