Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I've managed to get a HTML table and change it to collection. However, I would like for the table header to become the collection header. Is it possible to do it? Thanks.

Below is for further details on how I take the table element and change it to collection.

The path that I'm getting from the HTML table inside application modeler:

/HTML/BODY(1)/DIV(2)/FORM(2)/DIV(1)/TABLE(1)

Then I use the Read stage and choose the table as the element and set Data as Get Table function and save the collection.

The collection result produces:

On header - Column1(text), Column2(text)....

First Row - Department, Name.... || This supposed to be the header

Second Row - DepartmentData, NameData....

1 Answer

0 votes
by (29.5k points)

You can use the action called "Set Column Names From First Row" in Utility - Collection Manipulation.  to easily set it.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 15, 2019 in RPA by Abhishek_31 (12.7k points)
0 votes
1 answer
asked Jul 8, 2019 in RPA by Abhishek_31 (12.7k points)

Browse Categories

...