cancel
Showing results for 
Search instead for 
Did you mean: 

Storing a table in collection

NayanaH_P
Level 4
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
------------------------------
2 REPLIES 2

ewilson
Staff
Staff
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
------------------------------

PvD_SE
Level 12

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!)