Hi, Is there an easy way to take a list of attributes on one feature and their corresponding values and combine it into a string? For example a feature has: ...
It proved that the problem is different. The wrong checksum report was misleading. The guys from program's helpdesk found that there is an EOF1 at the end of...
Hello Mark, thank you for answering so quickly. The more I work with FME the better I realize the power of that mighty tool... and of course more and more...
Hi, I am getting back into the FME world after a couple of years removed. I recall similar errors in Workbench in the past, and I think there was a means of...
Hello Gunter, ... Well, if it's just for selecting, you can actually do that in a Tester (http://fmepedia.com/index.php/Tester) by entering multiple criteria. ...
... and ... clause ... Tester ... criteria. ... Hi Hans, Thanks for that but I was actually after concatenating the attribute 'name' rather than the attribute...
I'm trying to convert a shapefile to KML using FME. Ultimately I'd like my output to utilize the <MultiGeometry> feature in KML so that each Placemark has a...
Gunter, ... Ah, gotcha. I think the RulebaseAttributeChecker (http://fmepedia.com/index.php/Rulebase_Pack) might do the trick. That's a custom transformer...
Hi Gunter its not exacly clear what you want, but the below tcl function returns what I think you want the idear are 1. create a list of attributes and a list...
peter laulund
peter_laulund@...
Aug 2, 2006 5:04 pm
12334
I believe that there is an option in the output data set settings that will do this for you. It's been a while, but I think that you can even specify the icon...
Jason, Could you elaborate a little? I've tried to use the data set output settings with no success. It allows me to set the icon, fill color, pen color and...
Hi people, I'm looking for a tool to import electric objects to SmallWorld 4.0 For LandBase objects, I use the FME and it works fine. I've tried to import the...
Lopes, Rodrigo
rodrigo.lopes@...
Aug 3, 2006 2:43 pm
12337
Hi jybrd26, Something odd is going on in the KML output for beta 4091. Instead of rewriting the feature type to <Placemark> it's placing the feature type into...
I am trying to use batch deploy to run some transformations. However when I try to run them my dos prompt comes up with the error "'fme' is not recognized as...
Hi Mike, You're having FME create TCL scripts and a bat file, and then running that bat file, at which point the error occurs. Is this correct? It'll be the...
Hi Rodrigo, What format data are you trying to load into Smallworld? How are the relationships defined in this format? If you're trying to create a join using...
Not odd; expected behaviour ;) For FME 2007, we turned on Schema support. If you look in the KML, you will see a schema declaration where MyFTName is defined...
Tom, that's very cool. Being able to attach attributes directly to features means that we can use KML as both a visualisation and exchange format. How far...
I'm afraid that I've checked the status of this and it is still a problem. We logged it with GE (the problem is on their side of the software) in January and...
Hallo Anybody has an idea, how to write a message to the FME LOG ? LOGGER writes a feature to the log, but I want to write a text message to the LOG. Thanks...
Hi Michael, The Logger won't do it, because the @Log() function only writes feature info with the message. However - the @Tcl2() function is the one you need -...
... So you have duplicate coordinates, not features, right? Something like a CoordinateRounder or (Area)Generalizer set to *very* low values could remove...
If you're writing to a format such as Oracle or Shape you may find that FME automatically removes these excess points. Han's suggestions are good ones, but you...
Just for completeness...you can also do this with @Python() ;) In your mappingfile: @Python(fooModule.myLogger,"My log message") In fooModule.py: from pyfme...
Thanks Mark for the tip ... I tried and the next problem I run into is with any blank space in the message. It ends with the first blank. My parameter line in...
Hello folks, I just got a note from Jason pointing me at his latest blog: http://www.jasonbirch.com/nodes/2006/08/05/27/sql-server-2005-safe-at-la st/ which...
Hallo FME2006 experts I try to utilize the "Shared Directory" feature in FME 2006GB. So far so good, nice feature. Problem: I want to call a TCL script from a...
Hi Mike, Good to hear from you again. Without seeing the data (and I'd encourage you to send this into support@... so that we can look at it in house),...