KB Article #71721
DML: trimming of space characters in BDoc fields
Problem
Resolution
-- how to specify not trimming the spaces in a leaf
-- DML not trimming spaces in a BDoc
-- BDoc space character trimming
Resolution
* The trim option doesn't apply to actual data inside a leaf, but to record delimiters.
* In order to make the parser take into account the leaf with the spaces, the padding character of the leaf needs to be modified.
* If there is no padding character set on a leaf, the parser will take by default space as a padding character. It will remove all padding characters from the field before mapping.
* If you don't want the parser to remove the spaces in your leaf setting the padding character to 0 (if your leaf does not contain 0's), for example.