Hi,

I have converted one DGN source file to two output files(dwg format) 
with different mapping files, and now, I want to merge the two dwg 
files into one dwg file with the following mapping file: 
   
#---------------------------------------------------------------------
# Set up the Multi-Reader to open a Design reader for
# each Design file in the root directory
READER_TYPE MULTI_READER
READER_KEYWORD INPUT
INPUT_TYPE{*} DWG
INPUT_DATASET "D:/source files"
INPUT_VERBOSE YES
#---------------------------------------------------------------------

#---------------------------------------------------------------------
# Set up the Design writer
WRITER_TYPE DWG
WRITER_KEYWORD OUTPUT
OUTPUT_DATASET "D:/merged file/merged.dwg"
#--------------------------------------------------------------------

#---------------------------------------------------------------------
# Finally, just one correlation line to do it all
INPUT *
OUTPUT *


I wonder if the mapping file is correct.In addition,I found it is 
difficult to register this mapping file in FME Universal 
Translator,because the registry fails with the following message:
   Mapping file dose not use the SourceDataset MACRO

Who can tell me how to use the mapping file to merge files?

Any advice gratefully received.

fang







Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to