Hello community,
I’d like to clarify the following scenario:
If we create an entity with a code and description length of 20 each, and use a data reader to load data, what happens if some rows have values exceeding 20 characters in either the code or description?
- Rows with a code longer than 20 characters will be rejected automatically.
- Rows with a code of 20 characters or less, but with a description longer than 20 characters, will be accepted. In this case, the entity’s description length will be adjusted to the maximum length received. ( Just did the test on B14.2)
Is this correct? What impact does this have on memory and storage?
Thanks in advance!