I 've sampled this at first. The same problem. The only idea i have, is an another XMLelement that say how many chars the TextElement has and then set the different value of chars as blanks at first.
Like:
The org Value is (Source):
" MY TEXT WITH BLANKS BEFORE "
Len = 35
XMLelements:
<Inhalt>MY TEXT WITH BLANKS BEFORE</Inhalt>
<AnzZeichen>35</AnzZeichen>
The XML Import make
Inhalt = "MY TEXT WITH BLANKS BEFORE "
InhaltLen = 29
Here i make an loop to fill the missed Blanks. But this is inly an workarroud. The question is: Why the XMLPort loose the Blanks?
Comments
Jan Hoek
Product Developer
Mprise Products B.V.
The Format/Evaluate of the xmlport is <C/SIDE Format/Evaluate>. Also "XML Format/Evaluate" doesn't work.
Now i have a workarround with code, buth this is not so fine.
Regards
RIS Plus, LLC
Like:
The org Value is (Source):
" MY TEXT WITH BLANKS BEFORE "
Len = 35
XMLelements:
<Inhalt>MY TEXT WITH BLANKS BEFORE</Inhalt>
<AnzZeichen>35</AnzZeichen>
The XML Import make
Inhalt = "MY TEXT WITH BLANKS BEFORE "
InhaltLen = 29
Here i make an loop to fill the missed Blanks. But this is inly an workarroud. The question is: Why the XMLPort loose the Blanks?
Regards