Page 1 of 1

use dynamic index with XML Metadata

Posted: Thu Apr 20, 2017 6:10 pm
by loicaigon
Hi,

I can't get to make this work. Let's say I have the file "foo-1".pdf
and some xml structure like
<nodes>
<node index="1" value="bar"/>
</nodes>

I wish I could set the node index based on the index I can find in the file name but I can't get to use a variable inside a variable :\

Any ideas ?

TIA

Loic

Re: use dynamic index with XML Metadata

Posted: Fri Apr 21, 2017 6:05 pm
by gabrielp
Yeah you need to script to put variables in variables I think https://forum.enfocus.com/viewtopic.php ... 645&p=5855

Re: use dynamic index with XML Metadata

Posted: Mon Apr 24, 2017 12:57 pm
by loicaigon
Hi Gabriel,

Indeed, thanks for your tip. I wrote the script but was curious if that could be achieved otherwise ;)

Loic