Unable to extract the data properly from ui

So I had a old version of a software using that I created some forms (has 3 fields-header, line items, summary(optional)) and when I used screen scrapping of UiPath to the header field the data extracted but the field names present in the header we seperated by a star ex: doc_id9*_namejohn*_addressdowntown*…

ex: (screen scraped data from the ui)

  • PO_NOBAK03WWWWWWWWWWWWWWWWE * PO_DT12/20/2022 * SALES ORDER_NOBAK08WWWWWWWWWWWWWWWWWWWWWWWWE * PAYER_1N104BTWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWE * PAYER_2N102BTWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWE * DELIVERY_DT01/09/2023 Purchase Order InformationP.O. Number:P.O. Date:Payer:Delivery Date:

But now the due to update in the software now when the data is extracted using the screen scrapping it can’t extract the field names only the values are being extracted with some space but space can’t be given as delimiter as sometimes their might be space in date fields (ex: 9 mar 2024) ex: 9 john downtown … (like the below picture (bold ones were present in the ui))

So now my problem is that because of this I am unable to split and get the data properly as my machine is not able to identify which value will be mapped to which one. Can anyone tell or know how the start came in the old ui (PS: no star was present in the xml code) and do any one have any other approach or a generic approach for scrapping the data so that I can scrap data irrespective of any updates in the software?