After scraping, you can just iterate through all the text boxes for each column, use Get Text activity then add this to your datatable from the data scraping
Yes but you just do it for the last 2 columns Local Amount and Remarks. I think the data scraping could not read the content of the text boxes as part of the table.
You scrape it twice.
First data scrape for Category, code and account details.
Then again use data Scrape for Local amount, remarks.
later join both data tables as one.
@Jayesh_678
I assume you are using datascrapping and will have an extract XML. Here Change the Attribute for the Last 2 cols from Text to value. In Case you need more Help please Post the extract XML Here and WE will Help you.
IT has a Chance that you can scrap Data in one Rush
Hi, PPR! Can you please try and help me too? I can’t figure it out the combination to put in the ExtractMetadata to get the whole table or something similar.
extract
column attr=‘text’ name=‘Column1’ exact=‘1’
webctrl class=‘section-label’ tag=‘p’ /
/column
/extract
The above will only give me the 3 "p"s (Technical details, Power, Weight&dimensions)
OR
extract-table get_columns_name=‘1’ get_empty_columns=‘1’ columns_name_source=‘Longest’ /
and this gives me only the table for Technical details.
The website is private. (I removed < and > from the code)
@claudia.kiss
with a quick look i would expect 3 tables (each under the collapseable element) and there are multiple strategies on how to set up a retrieval.
Let me think a little while on how short and comprehseable I can describe and I will give you some feedback
Your case: having three tables in an element series
(requires some different techniques)
I had implemented such scenarios in projects and would suggest to open a new Topic on this.
Also check out my additional feedack sent to you by message
Thank you a lot! I read your article and tried some codes, still not succeeded. I created a new topic, a post. Below is the link to it. Please guide me further!