Dear users
I have several input shape-files with attributes that should be 
combined and exported to one text file (space separated text file).

My challange is to control the final written textfile regaring 
wanted extra headers/info, and order:
1) Include a header in first line and then list all features 
attributes below.
Example of how the final text file should look like for 1 shape file:

Header 1 (user specified input)
col1  col2  coln (from shape attribute table)
A     1     2
B     2     5
n     n     n

2) Control the order of different headers and following shape 
attribute data.

Example:
Input is 3 shape files with attribute data. In addition I want to 
add description "headers" in front of each set of shape attributes.

Output should be a textfile like this:

Header 1 (defined by user)
col1  col2 .. coln (from shape 1 attribute table)
A     1    .. 2
B     2    .. 5
n     n    .. n

Header 2 (defined by user)
col1  col2  coln (from shape 2 attribute table)
A     1     2
B     2     5
n     n     n

Header 3 (defined by user)
col1  col2  coln (from shape 3 attribute table)
A     1     2
B     2     5
n     n     n


Any ideas? I succeded to make an output textfile (space separated) 
from one shape-file attributes. But not how to include "headers" and 
not how to control the order when many shape files attributes should 
be combined in one single text file.

Bjørnar









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