Hi Mark, I'd go with option 2 myself. If everyone has to recreate their accounts it will take a long time before the group is active again. Periodic users...
... I would prefer this option too, less hassle and with a bit of luck I won't even have to change the email filter here (assuming individual messages will...
Hi This might be relatively trivial................... I have a MapInfo table which consists of 8 records. Each record in the TAB file is representative of a...
Already have a google account, but about migrating from Yahoo to Google! (Does this mean I continue to use my yahoo id for the Google group posting or do I...
Thanks Mark and Hans. Mark, your solution that was used at the FME Idol contest adapted well and thanks for the example, especially the part about breaking the...
So would I, I already have an account with Google. Cheers Ian ______________________ Ian Tidy GIS Analyst / Developer Works Asset Department Napier City...
Ian Tidy
iant@...
Aug 1, 2007 4:47 pm
14322
Yes, I'd like to just use my current Google account as well. Perhaps you could automatically sign up people who haven't logged into the FME yahoo group (or...
Hi all, I tried it out and I think what happens is not that it creates a google account but just signs up that email address to the group. So if you already...
OK, I'm moving everyone now.... Google do indeed need to review email addresses before adding them in... so for the moment just keep using this group as normal...
Hi All- I was wondering what the easiest way is to clean an attribute and trim it to just an integer value. I have a column of data that holds alpa-numeric...
I have an annotation layer originally from Autocad representing the Address Number of the buildings. There is no connection to the street, it is assumed via...
Scott If your integer is fixed width the Grepper can do it with a pattern [0-9][0-9][0-9]. That pattern will pick out a 3-digit integer from within the...
Hi Bill, The problem was that we'd never had a transformer that could create more than one list, and had no mechanism for handling that. The NeighborFinder was...
Hi Vinesh, Did you try out the fanout feature on the JPEG dataset? The fanout attribute would be the unique id, in your case the district name/ the identifier...
Hello, Can anyone tell me why my ECW file created by an FME Tiff to ECW conversion doesn't display in ER Viewer? It just comes up blank. Thanks Shel...
Hello I have two tables of line features. Both tables are in MapInfo Tab format and share the same projection. One table contains base lines (base) and one...
Hi Sam, I think I would use Before-Insert-Triggers within oracle to solve foreign-key-Problems. Christine ... From: sun761980 To: fme@yahoogroups.com Sent:...
Good Morning Mark, thanks for the options!! I would appreciate have a google account being generated for me. I find the users group to be a prime asset for...
Bruce, The number value that I'm after can be any length, so what you provided is not quite what I needed...but close. Thanks for steering me in the right...
Hi David, 1) I think you already got an answer for this - the one thing I'd say is that the graininess might be a poor source resolution rather than the...
Is the source vector? Presumably you're using the Rasterizer transformer for this, to turn the vector data into raster. It has a group-by function you can use...
Hello Andrew, In this case I would simply use an AttributeCreator to create an attribute for each table. For the first table create an attribute called...
I have a Geodatabase annotation feature class containing lead lines that I want to translate to SDE 3.0. It appears that FME is unable to extract the lead line...
Hello, I am looking for a way to re-link AutoCad Lines and Blocks after they have been translated by the affinewarper. These lines and blocks had Link Template...
Hi, a new thing within 2007 is that logged features will saved into a FFS file. You can switch that feature off by setting MAX_LOG_FEATURES to 0. If I use a...
How do I access list arrays in Tcl2? I can't find any mention of lists and Tcl2 in the documentation. In TCL I could get the list like this: foreach {name...
Hi Kathy, I think it would be something like... set attrs [FME_AttributeNames] foreach attr attr$ { set attrVal [FME_GetAttribute $attr] etc etc } I got this...
Hi Mark, AttributeTrimmer does not work with list attributes. It uses an attribute that it splits inside of TCL. So, the list is created in the TCL proc. I...