Hi there,
As Vadim and Prashant say to me, I've tried the following javascripts:
- js:%external%.toString().substr(0,4)=="P001" ? %external%.toString().substr(4) : %external%.toString()
- js:(%external%.toString()).substr("P001".length, %external%.toString().length)
- js:(%external%.toString()).substr(4, %external%.toString().length)
- js:(%external%.toString()).substr(4)
All of them do not work.
This is the result of the validation and process of the transformation file for all the attempts shown above.
As you can see, the text nodes keep being with the Controlling Area prefix.
Definitely,i think that the conversion file is not being called. It is like conversion file does not exist.
Manu