Hi,
I have a task to update a hyperlink column in a custom list, which have a hyperlink column containing link to various internal UNC paths. So far so good, this works (at least for IE users).
Now I have to update the server name of some of these items, which is no problem doing using regular expressions.
My problem is when the path contains commas, I cannot used the “<link>, <link-descriptin>” syntax for updating the link.
I have tried wrapping the url in {TextStart}/TextEnd}, replacing the commas with ‘%2C’, fn-XmlEncode and every combination of the mentioned.
Have anyone successfully been able to set a value in a hyperlink column when the value contains a comma eg. "file:////servername1/share_root/sub folder, with a pesty comma/even_deeper, Link-description"?
Thanks!

