Using readers and writers to extract and load data.
Recently active
Hi dears, I've been try create a route with KMLTourBuilder. Could you help me with this? I make a route in Google Earth and exported to kml. I add in a reader KML conected in KmlTourBuilder and writer KMZ. This correct? Thank you for any help you can provide me. Best regards. Ramon Wallace.
I've got a Feature Class that I'm reading from and SDE GDB, where it is in a Feature dataset. I update an attribute, then send it to a File GDB Writer (not the API one). This is in FME Desktop 2013. This writes the Feature class out, but also writes it into a Feature Dataset in the destination. I would like it just at the top level. Can't figure out how. The reader has ignore network and relationshipd set to Yes. The Writer Feature Type has teh Feature Dataset set to "<not set>". Ideas? Thanks.
I am wondering if it is possible to output polylines that are created through seperate worlflows in a single workbench to a single dxf file? I am reading x,y data out of a database and using FME to create polylines and write that to a DXF file. I am able to get that to work with a single polyline file but if I try to do it with two only one will appear in the output file when I would like to have two seperate layers. I'm hoping I just need to find the transfromer to do that. Thanks, Vince
Is it possible to use a wildcard to select the Feature Type to read when single merged feature type option is checked. I would like to be able to choose what table to read without genereating the list of tables merged in the reader because it takes too much time. I would like to simply type something like: *711.SHP to select all tables that finish with 711.SHP It seems it is not possible. Any other solution?
Hi I Am new to the geopdf translation I would like to have an entire feature table of oracle spatial converted to geopdf with each record as a separate layer on the basis of an attribute .Currently fanning out by the attribute creates new file
Greetings, I have two shapefiles of roadway networks for a state. One is just of state maintiained roadways (that I got from one source), and the other has about every road in the state, including the state roads(from a different source). Is there a way, or transformer, that will look at the two and create a shapefile using all of the data from the state maintained file, and add the data that is present in the second file, but not in the first? Sorry if this sounds confusing, what I am trying to do is a bit odd. I got these files from two different entities, and I have a feeling that the one that has all the info doesn't have as accurate data as just the state roads file, but they want a file containing what they know is the good state data, and the somewhat good other data. Thanks, Mike
I'm writing out to an old SQL 2000 database, and I get the following error using the MS SQL Non-Spatial writer: "'TYPE_ID' is not a recognized function name." I checked the log file and before writing to the database, FME is trying to execute the following query SELECT name FROM sys.columns WHERE object_id = OBJECT_ID('[TableName]') AND user_type_id = TYPE_ID('int') AND is_identity = 1 When I execute this query I get an error too: SELECT name FROM sys.columns The error is: Invalid object name 'sys.columns'. Is there a problem with writing to such an old SQL database?
I'm reading a geotiff and am unsure why when I'm writing to a new geotif, all my dark dark green cells, such as RGB (0,16,0), get rewritten to (NODATA, 16, NODATA). Using the RasterBandNoDataRemover does fix the problem, but also changes the NODATA cells that I want to be NODATA into balck (0,0,0). How can I fix this? Seems to me that this should not be a default behavior...
Hi Folks, I have six 3D objects I want to place into my 3D PDF. The six objects between them make up two different "Things". I'd like each of these Things to be controlled independently. Currently they share the same anchor/base, so if I try and rotate one, the entire scene rotates around a common centre. Can this be done with 3D PDF and if so how? Thanks! Jonathan
I would like to ask FME experts to point me any documents/code samples... for FME and IBM datastage integrations. By searching the Web, I only fould a presentation by your boss did a few years ago. It doesn't have too much technical details. Your help is very much appreciated. George Shi Lead, Canada GIS team, IHS global GIS Calgary, Alberta
I have this workspace: read LAS ->PointCloudCoercer->RasterDEMGenerator I also have read into the workspace a raster (ECW) In the parameters of the RasterDEMGenerator, I have defined the resolution of the output as: Output DEM X Cell Spacing: $(SourceDataset_ECW) Output DEM Y Cell Spacing: $(SourceDataset_ECW) This fails with the error: RasterDEMGenerator(SurfaceModelFactory): Fail to process the SAMPLE_SPACING clause because it contains an invalid entry or it contains an invalid number of entries. The ECW file is very much not corrputed, and reads fine in Data Inpector. How should I be referencing the properties of an already existing raster with the RasterDEMGenerator? The overall goal here is of course to output a raster from a point cloud that has the exact resolution of an already existing raster and is also "snapped" to it.
Hi, can anyone help me? When I'm logged in as admin I see the options to view or download the logfiles after running a transformation in the web user interface, but not as other users. I guess it has to be some security setting I have to give for example to the role fmeuser, but I can't seem to find the right one. Does anyone know? Thanks, Tomas
I have a workspace that reads from a File Geodatabase (FGDB), cleans up some attribution and then writes the updates back to the FGDB. The problem is that I am getting ArcObject errors for some of the features. All the features are lines. One of the errors says that "Closed polylines are not allowed" and the other says that "The connected feature does not exist". I am stumped by this as it is reading and writing to the same data set. In looking at the feature(s) in an inspector the closed attribute says no. For the other error... well how could it read something that doesn't exist. I have successfully updated single and multiple records in this FGDB. In comparing a feature that updated and a feature that did not update in the inspector I can see no difference. This FGDB is a copy of a data set from our LGIM and does contain a network. Any suggestions on how to handle this is much appreciated.
Hi everyone, I'm trying to take some complex 3D shapes and use them to clip a lidar pointcloud. Here's an example of the shape: I need all the points that lie inside those cylinders places into a seperate las file. The 3D shapes are stored as a series of polygons with height attributes in a shapefile, I've been using the 3DForcer, then extruding them, then using the geometry coercer and aggregator, finally then feeding them through the clipper. The problem is the clipper seems to clip everything above and below the largest polygon, as if it were 2D. Below is the result, as you can see it's clipping points outside the yellow cylnders which is what I don't want. Are my shapefiles not truely 3D when I'm feeding them into the clipper? Should I not be aggregating them? I'm trying to clip trees out fo a forest, so whatever I do has to be batch processed 20,000 times. Thanks a bunch! -EAYREY
Hi all, I'm just trying to create a workbench which is able to write proper CityGML with CityObjectGroups, but unfortunately I can't find anything about that feature type in any documentation or post on this site. There is just one little sentence on the "What's new 2012" page that this feature type was added, so I think it should be possible to write CityObjectGroups and I just don't know how. My solution so far is, to create an new writer feature type which is called "CityObjectGroup" and every cityobject that should be written also goes to this feature type. I guess all these GroupMember need to receive the citygml_feature_role attribute with the value "groupMember" so I already did that. But what to do next? Nothing really worked so far. Maybe someone of you already has some experiences on this topic? Any help would be appreciated. Thanks! Jens
Hi all, I am wondering if any one has experienced an issue with fields being populated with out making connections. The green arrow is not signifying a connection and we are definitly not making any physical connections and we offten have intigers showing up in fields that should be charactors even if they were a connection made. Tahnks Pat
Hi, Using FME I want to copy a set of files in 1 directory to a different and then add a new file extension (whilst retaining the old). I have created a workflow which works by reading all files within a directory, I then use the AttributeExposer, FilenamePartExtractor and StringConcatenator to obtain the details of existing filename and also create the new name. I then use a fanout on the text writer to output to the new directory. The problem is that I think it is inefficient as the contents of the files are being read in and then processed, when this only needs to be completed at file level and not contents level. The input files are essentially text files from a mainframe, and named as user id and mainframe report output number, i.e. asd0122.012 asd0122.013 asd0122.014 I am keen to retain the existing 'extension' as this provide information of report request order and therefore want to produce the following asd0122.012.txt asd0122.013.txt asd0122.014.txt I imagine th
Hi. I'm trying to get my FME workbench to read an excel spreadsheet that is automatically generated and has an asterisk in the column header of two columns. It reads this and displays it in the drop down list of attributes, but when I connect an inspector straight to the reader (I'm trying to get it to ignore a title line) It wont read any of the columns with asterisks. They're not empty theyre just not there. Does anyone know why this is or if there's a workaround? I've tried creating a copy of the file, deleting the asterisks, pointing to that, then adding them back in but of course the workbench then cant find the columns. Since its an automattically produces xls file, I can't edit it manually everytime so what I need is for the FME workbench to ignore the title line and read all of the attributes as they are. Thanks
Hi, I have a workspace that reads features from Oracle, does some processing, and then uploads back to Oracle. I'd like to name the feature that is written back to be the same as that which was read but with the date appended. Is this something that possible? Thanks for your help
Hi, I have a table in Excel as in Fig. how to arrayed all numbers in the second row?
I have a versioned ArcSDE annotation feature class in prod SDE database. It is to be updated from an unversioned annotation feature class in the staging SDE database. The staging annotation feature class will be built from scratch each month. The staging and the prod have the same attributes. The production is versioned because it is slightly edited and also archieved in ArcSDE. I can't think of a way to do this update in FME. I can use fme_db_operation and "Write Mode = UPDATE", but there is no common update key fields between the staging annotation class and the production annotation class. I tried using "TEXTSTRING", but it does not seem to work.
Hi all, Just upgrading to the pro edition, and what a edition! :) Using the WFS reader to update a table in our local database (postGIS). So far so good. I want to run the workspace as a batch updating the table every night, which means I want to delete the content of the table before updating it. Somehow this dosen´t seem to work. I tried to google the answer, setting the parameter in the postGIS writer to UPDATE. Not working. Something I´ve missed? I´m using FME 2014 SP1 Christian Link to Workspace screenshot: https://dl.dropboxusercontent.com/u/8365323/WFS%20%E2%86%92%20POSTGIS.png
Hi, I'm currently using the new ArcGIS Online Feature Service writer. It does write something, but the problem is that it doesn't create a Feature Service but it writes a (downloadable) shapefile on ArcGIS Online. From the webinar http://www.safe.com/webinars/how-to-leverage-arcgis-online-with-fme/ (http://www.safe.com/webinars/how-to-leverage-arcgis-online-with-fme/" target="_blank), I was under the impression that this should actually work: it seems to create an actual feature service there. I am writing to ArcGIS Online as a Publisher. According to ESRI's documentation, this user type should have privileges to create a feature service. Does anyone have any suggestions about this? Thanks, Sander
Hi Everyone, I just recently upgraded from FME Desktop (32bit, windows7) 2014beta to 2014 SP1Beta (build 14277). I have a few translations that are run daily and they use the Google Fusion Table (non spatial) reader to take in records and then add records. I know this translation was run after we upgraded and it worked, then about a day or two later the log entries stop (in the fusion tables) and today I get a report that the translation is failing. I tried resetting the reader and writers (as this has helped in the past with fusion tables), but I get to the point of refreshing the token (goes fine) and then I go to the 'Table List' [...] icon and it cannot establish connection to get the table list... this repeats no matter how many times I press it. This is after token successfully refreshed: Then I try to get table list: Show Log: I have tried this on another system with FME 2013 and I also get an HTTP error, but I am not sure if this is due to the fusi
Hi, i have dgn with text 28 362 49 5036 in one layer, and i need to get four layer, so number 28 goes to layer 1, nuber 362 goes to layer 2, number goes to layer 3, and number 5036 goes to layer 4. Have any idea? TNx