Hi All,
I am importing GL Account members with hierarchy. I was able to pull all the members, but the nodes has '/', and am unable to replace them with '_'.
I am using the below formula in my conversion file. I am able to replace the spaces but not the special character, please help me correct.
EXTERNAL INTERNAL
* js:%external%.toString().replace(/\s+/g,"")
- js: %external%.replace("/","_")
Thanks,
Sookshmaa
Edited by: sookshmaa on Aug 30, 2011 7:31 PM
Edited by: sookshmaa on Aug 30, 2011 7:32 PM