2017-04-27 03:58 AM
I have a log message from which I have parsed the URI scheme ("http" or "https") into <scheme>, the hostname into <host>, and the request part into <request>. When I try to concatenate the three parts into an URL with <@url:*STRCAT(scheme,'://',host,request)> everything works fine except that I get apostrophes around the second parameter string ("://").
Why is this? enVision Universal Device Support Guide explicitly says that strings need to be closed in apostrophes, yet they are passed into the resulting concatenation. How can I concatenate the three fields with the one static string so that I do not end up with apostrophes in the middle of my URL meta value?
2017-05-02 02:19 PM
As this is now Netwitness a lot of the old Envision guides are no longer appropriate. What happens when you remove the apostrophes? You may have to escape the characters with backslashes.