Get XML as Collection or Text
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-18 05:22 PM
Hi, Could you please advise how can I get data from XML file to BP Collection or to data item? Thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-18 08:01 PM
One way would be to create a code stage that reads the XML and then loops through it while adding data from it into a .Net Datatable
For a small/simple XML file you could also do it by reading the text into a process and then chopping it up using calculations.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-18 04:20 PM
Did you search?
I gave a working example here:
https://portal.blueprism.com/forums/general-discussion/general-discussi…
