How to dump PDMS attributes to be read into Naviswork

 
Parents
  • I think you should run cycle somethink like this:


    in this case if i good understand I'll receive for each SITE  a one file or im wrong ??
    i try something simmilar  

    var !E collect all SITE
    DO !I VALUES !E
    $!I
        !SITE = (NAME OF SITE)
         !!attdumpFileGLOBAL(|c:\temp\$!SITE|)
     
    ENDDO


    But its not what i want to recived.

    I want to have only one *.ATT file were are handel attributes for all sites
Reply
  • I think you should run cycle somethink like this:


    in this case if i good understand I'll receive for each SITE  a one file or im wrong ??
    i try something simmilar  

    var !E collect all SITE
    DO !I VALUES !E
    $!I
        !SITE = (NAME OF SITE)
         !!attdumpFileGLOBAL(|c:\temp\$!SITE|)
     
    ENDDO


    But its not what i want to recived.

    I want to have only one *.ATT file were are handel attributes for all sites
Children
No Data