Hello all,

I'm working with a workspace where I have a road network and a 
dataset with administrative areas (Norwegian "Kommuner", similar to 
county). I'm using a tester to select spesific roads, a buffer on top 
og these roads, and a clipper to create a list of Kommuner that lies 
within the buffer.
So far, so good. But then I want to create a batch-file that executes 
some spesific actions for each Kommune. For instance, create a 
directory.
I have been experimenting with a concatenator that creates the DOS-
command as an attribute, and then output it to a csv-file.

Example:
I have Identified three Kommuner:
Fylke Kommune Name
02 0219 Bærum
02 0220 Asker
06 0626 Lier

I then want to create a DOS-batchfile that looks like this:
MKDIR C:\DATA\VEKTOR\02\22-FKB\0219\SOSI
MKDIR C:\DATA\VEKTOR\02\22-FKB\0220\SOSI
MKDIR C:\DATA\VEKTOR\06\22-FKB\0626\SOSI

And here's my problem: The concatenator doesn't accept the use 
of "\". Instead I have been using "/", and replaced it in the 
textfile afterwards. 
Does anyone have a better solution for me?
Thanks in adwance!
KJ





For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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