cancel
Showing results for 
Search instead for 
Did you mean: 

Variable Substitution with tag attribute

Former Member
0 Kudos

Hi,

is possible to use variable substitution with tag attribute? as follow:

<root directory="xxx" filename="yyy">

<....

</root>

using variable substitution for directory : root,1,directory,1

root,1,filename,1

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I solved my problem using Dynamic Configuration to set the FileName and Directory fields in Adapter Specific Configuration. To use Variable Substitution only accept element in XML.

Thanks for all.

ravi_raman2
Active Contributor
0 Kudos

i presume you are referring to fileName change..in file adapter...just a small issue i noticed, you cannot use more than one variable Substition, more than one, atleast for me it changed only the first one..rest all were ignored..

Regards

Ravi Raman

Former Member
0 Kudos

Hi

Can you try with "root,1,@directory,1" or "root,1,@directory"

I am not sure whether it will work or not. This is just suggestion.

Thanks

Sai