Please go through the attached excel file. I need the data extraction in the mentioned format.
Only the 1st and 2nd table that contains Work Name(Work Code)
Are you able to extract the table data as it is from the website or file ? Let us know if a file is being used or what is the source from where you are extracting the data.
As an initial try, Check with the extraction using Table Extraction or Data Scraping. Let us know what is the outcome.
Assuming the format remains the same, we could Read the data starting from A2. We could then Filter upto the last row of the First table by using Skip() and Take() methods. The Second table is also retrieved in a similar way but would need to change the column Names as required. We then perform a Join between two tables using the S.No as the key, then keep the required columns in the order required.
A Template file is used to match the required output. However, the Merging of the last row is not done. We could perform this as well if it is really required.
Go through the link. You will be navigated to a web page. click on district, click on block and then Panchayat, and here Only 1st Sl.no and 2nd Sl.no should be extracted as mentioned in before sent file.
Please help me with this.
For the Error on Add Data Row Activity, Could you try prepending the below to the ArrayRow Property at the beginning and Check :
new Object()
For the Next error, Could you open the Expression in Text Editor and send the Screenshot ? Also, If there is a variable i in the Variables Panel, Delete it and Check.