Using transformers to modify data.
Recently active
Hi, I have file with starting point in GCS (longitude and latitude values) and all next points are defined as offsets in meters using using Cartesian coordinate system. From those points then I need to build a line(this part is not a problem). I found Offsetter but is seems like it accept GCS only(or whatever Coordinate System the feature is in). What I'm looking is something like Offsetter but with Geographic features (like GeographicBufferer) where you can specify X,Y in meters/miles. Please advice. Regards, Yarko
I'm attempting to extract an AutoCAD Map Object Data table with field definitions. For example the object data table name is "Attribute" and it contains a field named "ATTRIB_ID". I can get the table name with no problem and can write it out. If I use the "Prepend Table Name" & "Seperator Character" params I can produce something like "Attribute.ATTRIB_ID" which appears in the Feature Information pane but I'm unable to expose that value.Any suggestions would be appreciated!Thanks,Brek
I have many xls worksheets where I need to rename some fields as well as create some new fields. I created an xls with the lookup attributes I need as well as what to set the values for the new attributes. Original - Source AttributeNew - New attributeValue - attribute value where this needs to be set.I was able to Import this file and use within the AttributeManager without any issues with both the new and existing attributes mapping correctly. However because I have many spreadsheets that I need to update and the values periodically change for the new attributes I'd like to be able to feed in this table through the Schemamapper. However when I try and do this the attributes successfully rename but the new attributes aren't coming across. I'd like to keep the schema table in one file preferably.Can the schemamapper do this?
I have a large binary raster (1 band, values either 0 or 1) that I want to mask with a polygon shapefile (which contains 1 attribute column, id, with values 0). I was thinking of using Vector on Raster Overlayer for this. However the output file is the original raster, without changes. Am I using the VectorOnRasterOverlayer correctly?
I need to find the top/bottom turningpoint of a dataset - as seen on the image below. these are expressed as x,y,z and possible more attributes. Is there another way than python?
We’re doing nightly imports from various sources into PostgreSQL. Right now we aren’t using FME for these imports, but are in the process of switching to FME. The PostgreSQL tables have fixed “schemas”/table definitions and since there are views using the tables they cannot be recreated. So they are truncated before new data is inserted. The source may for example be an Oracle-table. We import a subset of the columns into a PostgreSQL table. Some column names may change, often we add a sequence and we may also change e g geometry type. There may be other transformations as well. If a column, that is to be imported into the target PostgreSQL-table, gets removed we want the import to fail and the target table to be left untouched. This also if the column isn’t set to mandatory in the PostgreSQL database. So far the only solution I’ve found is using an AttributeValidator to verify that the attribute exists. Without this validator the workflow is carried out without errors and the colum
My inputs and outputs are the same, but the LineOnLineOverlayer is significantly slower than the Intersector. Why does the same process takes longer in one vs. the other? Is the Intersector preferable over the LineOnLineOverlayer?
How do you create a JSON connection that has a API key?
Hi, I have an address dataset with the usual errors like abbreviated streetnames (str instead of street, ln instead of lanes, bd instead of boulevard) etc.I want these written out, and by using regular expressions with individual stringreplacers I can get this to work. However, I want just one stringreplacer to do the job. When I try this, I get empty values for the streetname attribute, so I think my parameters must not be filled in correctly, or I messed up the syntax on the regular expressions maybe.Where do I set my conditions? In the "Text to replace" field, or in the "replacement text" field?Right now, one of my conditions is:test condition:IF: @Value(street) CONTAINS_REGEX str$Output Value:streetI've tried numerous ways, using reg expresions as output value, or using string functions, none worked.Can I get a clear example from someone?
I am trying to create a workflow to normalize a table with potentially thousands of columns while maintaining the id column. This would be an easy solution if the AttributeExploder allowed you to specify a column (or columns) to keep unexploded. Since this transformer does not allow this, a workaround I have come up with is to use the AttributeExploder with the option in the transformer to "keep all attributes" and then use an attribute keeper transformer to keep the "id", "_attr_name","_attr_value" columns. This would generally solve the problem but since there is thousands of columns, if we use the "keep all attributes" option in the AttributeExploder the workbench performs exponentially slower to complete (it will go from taking 2 hours to complete, to 40 hours to complete). Is there potential workaround which can solve this problem within a more reasonable processing time?
Hi all,I have ~50 oracle DBs. Each of them has instance name and the tnsnames.ora file is set up on the local machine. There is one same table in each of these DBs that I want to do a simple count on.What is the best way to iterate thru all these DBs without the need to set up 50 or so readers?Any input will be appreciated.
Hello,I have created an API call with a .json file, however, I am struggling to process these attributes (after having used JSON Flattener), I think it should be easy but I cannot get it.Attached the image, I would like to have the list of attribute that appears on the right side as a proper table in which each row means a different element.Could anyone please help with this? Thank you very much
Hi,I have just updated Data Interoperability to 2017.1 and have noticed the DateFormatter transformer has been removed with no sign of either of the new DateTime transformers...any ideas how I can get the new transformers? Or at least get back the DateFormatter? Thanks
Good morning i have been having a perplexing issue when writing a date to tab and shape. (FME 2015.1.1.0 build 15515, date formatter version 3)From my source data my date is coming though as a string YYYYMMDDHHSSSSSS and using the date formatter it’s a simple matter to turn the date into YYYY-MM-DD.I check It is changing the date correcting via an inspector on the formatter and it is writing correctly.The issue is that when I write to a shape or tab output with the field type to set to date the data will not write correctly, Ie I get a null attribute.If I write the date YYYYMMDD then the attribute is written correctly.If I change the shape table field type to char then the YYYY-MM-DD then the date is written correctly. This is very perplexing…CheersQ
I have a problem with PointOnArea overlayer transformer and it is getting very frustrating.I have three different point layers with different attributes and one polygon layer as input. Using the transformer, I noticed that one attribute appears to have no values, thus I assume it was dropped during the process.I already tried to delet and reintegrate the transformer, furthermore I applied the list exploder transformer. No success!What is going on here? Did anyone face the same problems and can suggest another approach? Thanks,Leona
I have numerous individual lines that do not share nodes or endpoints. I want to aggregate all into one object. So far, I have tried unsuccessfully with TopologyBuilder, LineJoinerThis is the equivalent of ArcGIS Dissolve (Lines) - Allow Multi-part featureInput: Many line objects Output: Single object
Hi,I installed FME 2018 RC1 for testing new transformers.I noticed that FME did crash quite often when I opened a workspace I'm currently working on in FME 2017. But after some attempts FME would finally open the WS and I could modify and run it without any issues.Today I cannot open the workspace at all - I tried more then 10times either using Explorer context menu ("Edit with...."), "Open Workspace" dialog in FME, Drag and Drop WS onto FME canvas.I get the message: FME has stopped working. Close or Debug. No further details why the crash happens. The WS has been saved with FME 2018.I'm able to open the WS with FME 2017 but as it contains new transformers cant be run anymore in there. The WS uses File GeoDB reader and writer.I installed 32bit version. I also installed on second machine but get the same error there as well.Any ideas?Thank you, Rob
We are observing issues while trying to insert the Annotation Text along with the Leader/Dimension lines, into an Annotation Class in a FGDB. The Annotation Text and the Leader/Dimension lines are separate components in source FFS files. The annotations are getting inserted properly but linear features getting inserted with all Null attributes and getting represented as an image in ArcMap. Please suggest.
Hello,I have a quick question. I'm joining lines together based on their nearest point, however not all lines have vertices and as a result the line will not extend. Why is this? I would think there would be a starting and ending node. See image below. (red and blue dots are vertices. Arrow pointing to where vertices do not exist.) Is there a way to add a point to the end/start of a line? Densifier transformer did not seem to work.Thanks,David
I am dealing with TomTom data. I am updating the zip code information from a more reliable source. The reliable zip code source does not contain Left or Right for zipcode, it is instead just polygon boundaries with one zipcode. My issue is trying to figure out which side of the road these boundaries are on (Left or Right) and then applying that result to the TomTom road data as ZipCode_L or R. The images below show a zoomed out shot of my data and a zoomed in shot with the Road circled that this situation would pertain to. Red outlines are the Zip code boundaries and the Lime Green lines are the Roads.
Hi everyone,Two point datasets of drill hole locations are obtained from different sources and are of different age.Both excel tabular datasets read in correctly and use the same projection but do not have a common joining field / key. In some cases a "holename" text string field in each dataset is very close to a string match, but often due to naming convention or case changes will not generate a match.I have added a "source" attribute to each dataset upstream so I can trace the origin.Several versions of spatial joins have been tried using either neighbour finder or point-on-point overlayer to attempt to;1) Identify potential duplicates based on proximity2) If duplicates are identified (and confirmed by eyeball that the holename is similar), check which of the points has the latest age , and use the geometry of the latest in a consolidated single point dataset.Each of the neighbour finder and point on point overlay seem to have pro's and con's in this appl
I'am inspecting a kmz-file. As I do i get an error that reads like this: XML Reader mapped feature # 110000The primitive geometry type 'lines' is not supported by the Collada readerAn error occurred while constructing the geometry with id 'ID150892'A '<vertices>' element was found which did not contain a '<input>' elementA fatal error has occurred. Check the logfile above for detailsClosing the Collada readerKML: No model data read from referenced file `models/untitled.dae'I am not entirely sure what it means or how to rectify it. The .kmz-file can be read by google earth without any major hickups. So:What does it mean?How can I fix it?
I want to tile Buffered line feature and after that want to dissolve it. But the tiler tile only the total boundary. And do not provide any features into the tiled box. Need some suggestion.
Hi folks- I have a polyline file (in planar coordinates) and attempting to build a 200ft buffer around each line. Simple, but I am repeatedly getting the error: Cannot write a non-area feature to an area feature class. The bufferer seems to be writing out polygons...fme_geometry is showing polygon. I've tried geometrycoercer, attribute exposer, geometry validator...all successful in saying the polygon geometry is legit. I can even write successfully as a polygon shapefile. But not to a fGDB polygon feature class.
Hello,I'm looking for a way to capitalize the first letter of a string but leave the rest of the string untouched. I have tried the StringCaseChanger, but that didn't seem to yield the result I was looking for. Have Want de Gouden Draak De Gouden Draak het Rijksmuseum Het Rijksmuseum paleis op de Dam Paleis op de DamThanks,Ed