Variable replacement with # character

Hi All,

We are trying to do a replacement of a Varble using an OD containing a placeholder as follows:
#{WebServiceURL}/MetaData_SearchEngineXML.xsl##{WebServiceURL}/MetaData_OutputType2.xsl”

We have a problem as OD will not replace the second variable instance #{WebServiceURL} as it has a leading #.

The leading # is required as , unfortunately :frowning_face: , we use # as a delimiter.
Is there any way to handle this without changing our delimiter which would required a code change in our application?

Kind Regards,
Lastbuilders

Hi @Lastbuilders,

I have just taken a quick look at a way of doing this and wonder if this will help you out:

I have built up my variables this way:

Added a step to test this:

Output as below:

I built out my variable string by combining my other variables together.

I hope this helps

Any questions then let me know.

All the best
Doug

Will test @doug.pipe but I believe this will work :+1: and is probably something I should have seen :frowning: . Thank you for the prompt response.

Lastbuilders

Hi @Lastbuilders,

My pleasure.

I hope this works out for you.

Have a great weekend.

Doug

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.