cancel
Showing results for 
Search instead for 
Did you mean: 

How to eliminate space from node-concat()

michael_zocly972
Explorer
0 Kudos
326

Hi everyone,

In Electronic File Manager EFM, I used function node-concact() and got an error when the concatenated values were too long for the target field. I tried functions normalize-space(node-concact(%MyNode)) or left(node-concact(%MyNode),254) without success, Business One bugged and closed. Is there any way to get solution like below : :

<?xml version = 1.0"?>

<Text>

<Persons>

<Person> A</Person>

<Person>B </Person>

<Person> C </Person>

</Persons>

</Text>

node-concat(%PersonRef) returns "A,B,C" instead of " A,B , C ".

Accepted Solutions (0)

Answers (2)

Answers (2)

hdolenec
Active Contributor
0 Kudos

You can combine node-concat function with normalize-space. Something like this:

node-concat(normalize-space(%PersonRef))
0 Kudos

Hello michael.zocly972 iam from mexico


I have the same problem with the Efm I want to remove the duplication of a node you could solve the problem