Description
On the Annotation to Field sheet, the specified source annotation uses an index to parse CAD annotation values. While mapping CAD annotation, if the tool finds that the parsed CAD annotation has fewer elements than the specified index, the tool assigns a Null value to the target field in place of CAD annotation.
The tool then continues to process the remaining CAD annotation. For example, if the value in the SOURCE_ANNOTATION column is A-ANNO-TEXT|3|- and the tool encounters the string "Single-Floor" while parsing values in A-ANNO-TEXT, the tool will assign a Null value. This is because parsing the string "Single-Floor" on the specified character ("-") results in fewer than three elements.
Solution
After the tool runs, confirm that the expected CAD annotation values were written to the Indoors feature classes. If they were not, review the CAD annotation values and the value in the SOURCE_ANNOTATION column, and rerun the tool. If only a few values are missing, it may be more efficient to update the values manually.