28-03-22 09:12 AM
28-03-22 10:23 AM
28-03-22 11:14 AM
Dear folks @ BluePrism:
1. This issue was already handled last week in an old thread from 2021 that was not closed. Here it is again, now as a duplicate in a new thread. Can you do something about this?
2. There seem to be a lotta questions about getting CSV data into a collection within a process. This all works fine and dandy as long as the robot has region settings matching the divider in the incoming file. If not, the 'Get CSV Text As Collection' does not work as expected. While some have the possibility to require the sender of the CSV to use the preferred settings, others will have to work with whatever has been sent. With the CSV already in use in 1983 and being short for Comma Separated Values (wikipedia), still, in many a case, a semicolon or perhaps other dividers are used instead of a comma. Wouldn't it be nice to adjust the BP VBO so that it accepts whatever divider you specify? And no, I wouldn't prefer a DX solution as not everybody has the possibility to download, implement and use these.
3. While you're at it: duplicate headers seem to also be a case of concern to more than a few. Surely that could be handled in a nicer way that exception?
28-03-22 12:25 PM
28-03-22 12:51 PM
28-03-22 03:47 PM
28-03-22 04:02 PM
I'm having trouble finding the post as well. I've got a couple VBOs posted to GitHub that should cover this though.
If you've got a CSV file, here's my Extended Collections object:
https://github.com/AmaliaKalio/Nephthis-BP-VBO---Extended-Collections-Tools
If it's text in a pre-existing data item, try Internal CSV:
https://github.com/AmaliaKalio/Nephthis-BP-VBO---Internal-CSV
28-03-22 05:16 PM
Duplicate headers can be addressed one of two ways.
29-03-22 02:47 AM