Somebody please help me that how can i remove "(Double quote) from collection in blueprism?

Arun Siri

New Member
Somebody please help me that how can i remove "(Double quote) from collection in blueprism?
We got this issue in production, only because of this issue 3 processes in production got stopped!
It's an emergency to fix it, I've been trying from so many days to fix this issue.

Actually i've been trying with "Remove dots from collection method -Collection Manipulation"
(Instead of dot i need to replace with double quotes)

you can see attached image:

I've tried in so many ways, below are some of the methods that i mentioned, but none of them worked

Column.ColumnName=Microsoft.Visualbasic.Replace(Column.ColumnName,' " ',"")

Column.ColumnName=Microsoft.Visualbasic.Replace(Column.ColumnName, Chr(34),"")

Column.ColumnName=Microsoft.Visualbasic.Replace(Column.ColumnName," " " ","")

Column.ColumnName=Microsoft.Visualbasic.Replace(Column.ColumnName,' " ',' ')

Column.ColumnName=Microsoft.Visualbasic.Replace(Column.ColumnName,"0x22","")


please somebody consider my issue, try to give response asap!
 

Attachments

  • Remove double quotes from collection.PNG
    Remove double quotes from collection.PNG
    71.5 KB · Views: 29
Top