BRCM导入设备报表时出错

在导入设备报表时出现图中的提示,请问是什么原因?谢谢。

Parents
  • 请将报表上传以便测试,另外使用的是哪个版本的BRCM,可以在帮助-关于BRCM中进行查看。

  • 您好,文件上传了,请查看测试,BRCM版本:V8i(SELECTseries 2)—08.11.09.28(另:电脑系统为Windows 10)

    3580.EquipmentMap.xls

    <?xml version="1.0"?>
    <!--
        substr(<variable for result>, <absolute/relative start position>)
        substr(<variable for result>, <absolute/relative start position>, absolute/relative end position/additional substring length)
                
            absolute position: 0, 5,...
            
            relative position: 1x'.'+1 = first occurance of '.' plus one char
                               2x' - '+3 = second occurance of ' - ' plus three chars
                               r1x'-'-1 = first '-' backwards (last '-') minus one char
                               
            additional substring length: +0 = no additional length = just the char at the start position
                                         +3 = start position plus three chars = length 4
                                         
            sbustr with only two parameters retrieves substring from start position until and including last character
    
            format_xtr (extraction format): sbustring or absolute value
            format_pub (publish format)   : [prefix]($<result variable of format_xtr>)[suffix]
    
            mandatory: <1||yes||true||on> || <0||no||false||off>
    -->
    <XLImportSheet version="0.1" created_by="oh" company="ABB_CH">
        <Sheets>
            <Sheet number="1" name="" line_start="2" line_stop="500" col_start="A" col_end="Z"/>
        </Sheets>
    	<Values name="2level">	
    		<!-- TARGET ID must be imported FIRST -->	
    		<Value xl_col="B" tree="1" h_level="1" tag="ID" mandatory="1" format_xtr="X" format_pub="($X)"/>		
    		<Value xl_col="A" tree="1" h_level="1" tag="NODE" mandatory="0" format_xtr="X" format_pub="($X)"/>
    		<Value xl_col="C" tree="1" h_level="1" tag="DIST" mandatory="0" format_xtr="X" format_pub="($X)"/>
    	</Values>  
    </XLImportSheet>
    
    

  • 上个回复中已上传了excel文件,谢谢。

  • 您好,我这边测试了一下没有问题,这边请你详细叙述一下操作步骤或者帮你远程看一下吧。

  • 请将联系方式发到我邮箱:yuhui.Liu@bentley.com

    Answer Verified By: CC Gong 

Reply Children
No Data