Description
While mapping CAD annotation to an attribute field, one or more annotation values could not be mapped to the target field without conversion or modification. When possible, the tool will store a converted or modified version of the original annotation value. For example, a 100-character annotation string cannot be mapped to a Text attribute field of length 50; in this case, the tool stores a truncated version of the original string.
If a converted or modified version of the original annotation value cannot be stored, the tool skips the annotation value and stores a Null value instead. For example, an annotation value of Office cannot be mapped to a Long (integer) field, and the value Office cannot be converted to a number; in this case, the tool stores a Null value in the target field.
Solution
After the tool runs, verify that the expected CAD annotation values were written to the target layers. If they were not, confirm that the target fields are the correct data type and have sufficient length (or precision) to store the CAD annotation values from the source CAD data, and rerun the tool. If only a few mapped values are incorrect or missing, it may be more efficient to update the values manually.