Hi all,
One of my objects extracts a .csv file and saves the values in a collection
The csv-file is semicolon seperated (German). Thats why I created an object with a code stage.
The Code Stage is working properly and extracts the values in the collection.
After that, the object passes the collection to the process. In this step the following error occurs:
"The surrogate pair (0xD89A, 0xD89A) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF)"
So basically, the passing of the collection from object to process studio is not working I think.
The robot is running on a local installation. Database is on the same VDI.
Any suggestions
Thank you very much
Markus