Populating collection data
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-02-19 11:38 PM
I'm curious if anyone has an easy/sharable solution that streamlines creating a collection data WITH Initial Values that are based on [insert data reference]. Whether it be an excel spreadsheet or a collection populated in debug mode. The interest in this is to more easily creating mock data for testing purposes.
I am thinking it could be done by using a code stage to create the underlying XML, but that feels a bit hacky. Is there possibly a better way to approach this?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-02-19 04:55 AM
Utility - Collections should have the option to import a CSV.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-19 06:58 AM
I've been doing this by Creating a collection in Blue Prism with some initial values and fields I need and then exporting a process and opening the XML.  Â
You can then use a formula in excel to create the xml items like in the attached screenshot. And use the fill down to create each row. Then in the XML delete all the items under the xml tag and replace it with the generated ones from excel. You can then import the process back into Blue Prism and it will have the data you entered.
Â
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-19 07:02 AM
