Storing a table in collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-09-22 05:30 AM
What i'm facing is i read a table directly from website to collection but in collection how the table is storing means all the different column values are storing in single column in collection.
example table: name age
a 22
now its storing in Collection like : name
a
age
22
but i want to store like a table: name age
a 22
------------------------------
Nayana H P
------------------------------
example table: name age
a 22
now its storing in Collection like : name
a
age
22
but i want to store like a table: name age
a 22
------------------------------
Nayana H P
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-09-22 03:09 PM
Hello @NayanaH_P,
Can you provide an example of how you're reading the table from the website? What you're seeing now is that you're basically reading a string at a time and that's being placed into a single column because each string is being treated as a new row.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Can you provide an example of how you're reading the table from the website? What you're seeing now is that you're basically reading a string at a time and that's being placed into a single column because each string is being treated as a new row.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-09-22 06:56 AM
Duplicate:
https://community.blueprism.com/discussion/string-manipulation-to-read-a-table-from-website-to
------------------------------
Happy coding!
---------------
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)
Paul, Sweden
(By all means, do not mark this as the best answer!)
