Using transformers to modify data.
Recently active
We recently upgraded from 2018 to 2019.1.3.1, a workbench that worked fine in 2018 is now have python issues both in Server and desktop. What could have changed and anyone know how to fix it? 2019-10-29 10:37:06| 46.1| 0.2|FATAL |AttributePivoter (PythonFactory): PythonFactory failed to close properly2019-10-29 10:37:06| 46.1| 0.0|ERROR |BADNEWS: A fatal error has occurred. Check the logfile above for details auto __thiscall STFDynamicFactory::doneAllGroups::<lambda_faaa637947b31c6de3e253c564f4e0ca>::operator ()(void) const(c:\\code\\fme\\foundation\\pluginbuilder\\pluginbuilder_cpp\\dynafact.cpp:169) - auto __thiscall STFDynamicFactory::doneAllGroups::<lambda_faaa637947b31c6de3e253c564f4e0ca>::operator ()(void) const(c:\\code\\fme\\foundation\\pluginbuilder\\pluginbuilder_cpp\\dynafact.cpp:169)2019-10-29 10:37:06| 46.1| 0.0|ERROR |AttributePivoter (PythonFactory): A fatal error has occurred. Check the logfile above for details2019-10-29 10:37:07| 46.5| 0.0|ERROR
Hi I have two ESRI geodtabase files with different parcel information for same location. I am interested in joining the two records based on the corresponding same location. The attributes for the file looks as follows:I want to get a table that contains all these attributes together, for a same location?Is it possible.. Any help will be appreciated.
Hello,I have a .dgn file in which the shared cells do not come through; they are not even read from the workbench. I know it is not much to begin with, but any advice please? Thank you. George
Hello, I am looking for a way to generate a precision code for GPS coordinates of parcel fabric. Is there any way to generate a code for the accuracy of coordinates like a range of number for example 1-7 where 1 signifies most accurate while 7 signifies least accurate.. I am re projecting my data from to LL84. Any suggestion?
I'm using the custom transformer "TableAdder" to create a table. But the columns are placed alphabetically - left to right - but I want to change the way they are placed. How can I do that?
Hi, I'm trying to calculate average response times for my city's fire department. I'm not sure which transformer is best to use? I've used the date time converter to change the data that is coming over in seconds to minutes but then I need to do a) calculate the average of those individual response times and/or b)subtract the difference between two fields and then c) calculate the average of the difference. Thanks in advance for any help.
Hi guys,I need to convert the current source data I have which comes in the following format and need to it to come out as the output below.The conversion aspect of it I can get working but the issue is I want a concurrent list of IDs that is based on the source data. So all the outputs should be unique unless they are the same as the source data. What would be the best way to do this? Using the substring extractor and substring replacer has worked to a certain extent but not to complete convert all the Ids to the suggested output of 9 digit example belowSource DataEXM12345 - IDEXM12346 - IDEXM12347 - ID Output requiredEXM-10001 - ID requiredEXM-10002- ID requiredEXM-10003- ID required Once mappedEXM12345 = EXM-10001 EXM12346 = EXM-10002EXM12347 = EXM-10003
FME Beginner. Project has scanned the internal areas of a high rise building. Have raw scan files currently sitting in Trimble RealWorks. I was wondering if there is way to extract the dimensions of the walls from the point cloud? Happy to do this floor by floor if needed. Thank you.
Hello,I have a problem in FME. I have too much data so I want to filter data every 3 seconds (3 or 4 or anything, whatever) but I really don't know how to do it if someone can help me please . Here is my fme workbench if that can help :Here is an example of data (you can see that in date we have data every second and I want to put it in a "every 3 seconds format") :
Using Ingres X Spatial DB and getting "FME Configuration: No destination coordinate system set Invalid WKB encountered. Ingres: invalid WKB encountered " The table has been created with srid 26911 and data inserted with the same srid. In FME the Coord system shows EPSG:26911. Any ideas on what is going wrong ? Using the Ingres table in reader and writer features.
Hello,I have a workspace for converting DGN vector data into a LandXML surface file built by a fine FME support tech. It works great, but I'm now noticing that the coordinates in the output file have 10 decimal places. We really only need 3 places, which would shrink our files dramatically. I tried adding the coordinate rounder in a few places, but the final coordinates are not changing. Not sure where to look to fix it. I'm not able to add attachments or I would attach my workspace (nothing happens when I click on "attachments). Thanks!!
I want to run the same workspace every x minutes. Will the server queue it or stop the one before. Sometimes the running workspace will take more time than the time allotted and I want it to queue.
I have 3 versions of FME on my machine, 32 bit 2018 and 2019 and 64 bit 2018, installed in separate directories.There are a couple of oddities I've experienced when changing FME options,1) In FME 2019 I removed the Run workspace button to keep only the Rerun entire workspace button which has resulted in the loss of the run workspace button in 20182) If i try and set my preferred python interpreter in 2019, the settings are not saved. If I set it in 2018 they are saved, but I don't have the option to choose python 3.7+, only 3.6+, I can change in the workspace (if i remember)
Hi All,I could use some assistance on the problem I am facing.The data I have looks something like this.RA, B, C?, ?, ?I want it to look like this.RA?RB?RC?How would I go about doing that? Regards,
I have X and Y coordinate in a csv file and i want to change the coordinate system to LL84. Is there any way to convert these number ?? Any help will be much appreciated.
Is there any way to integrate linkedin and facebook with the FME 2018? Make searches for words identical to the tweetSeacher transformer..
I have a workbench that tries to write features to an existing hosted feature layer in ArcGIS Online and also to an enterprise geodatabase. The enterprise GDB write is successful but the AGOL write fails with some odd errors about needing to reproject the data (which makes sense since AGOL uses WGS 84 Web Mercator Aux Sphere and my data uses our local StatePlane projection). I added a Reprojector transformer (tried both the regular Reprojector and the ESRIReprojector) and both don't solve the issue.What makes this really weird is that in earlier steps in my workbench, when I click on the inspector icon in any transformer available, the visual preview shows up for about a second, then suddenly the transaction log pops up and shows "Worker <some 4 digit number that always changes>" then a few lines of generic info about coordinates of a single record. Here's an example:Are these issues related? Am I doing something really wrong?
Hi, By default autocad_line gets writen in Autodesk DWG/DXF as line if it has 2 vertices or polyline if it has 2 or more vertices according to https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Lines.htm Is there a way to treat and write lines as polylines regardless of number of vertices in Autodesk DWG/DXF. Cheers,Želimir.
For some reason the data that processed is not the same as viewed in the inspector. I am trying top process my data and store it in SQL server but for some reason about 200 records go missing both in the table that i have created and data inspector. Does anyone know why this could be happening and how can retrieve the missing records? Only 2074213 records are shown out of 274410?
Hi All, Does anyone know this issue? [regexp {^(?!(,)\\1+)(?!(\\d)\\2+)[0-9,]+$} {@Value(_attr_value)}]and with a simpler regexp(?!(,)\\1+)[0-9,] As you can see it uses back references. ( the \\1 and \\2)Both raise an error when used in a attribute creator. Error says "invalid back reference" number is used. Which is not true.I suspect that the negative back reference handling causes this? But..The same regexp works if I use a string searcher. It does what I intended (and matches Rubular behavior) and does not complain about faulty back reference numbers. Is the [regexp .. .. ] flawed?
I have 2 lines in 1st line there will be different height with every node and i want to move 2nd line with reference 1st line and 2nd line height to be varied for nearby nodes with reference line but when i use offsetter only one common z values are to be assigned to move the line with nearby reference line with no variation in z values so i want height variation in linear line with nearby reference line z values@ PranneshGeo
with DGN file i have points and line strings with outer boundary polygon and how to make polygon with points and polygon
I have a multiple polygons that represents a ground model surface. I have one border, that for example marks the limits of a buildable area. I want an extruded version of my border, using the extruder I for example can extrude it by 10 m up. But I want to extrude it from the height of the overlapping area on the ground model +10 m. That is a separate problem with the vector, however, to do that I need every single intersecting point where the polyline (see orange TOP) edge intersects the polygon, or where the border goes over to another triangle. (see the grey crosses). The border has no z-value or elevation. What I want is a polyline that follows the surface of the ground model and that I can get the z-value for each point or edge so I can extrude the height accordingly. So the orange is now flat, but I want it to drape over the gorund model and follows its height, so then I can easily add my 10 m. I tried a combination of Intersector, Surfacedraper, and surfacemodeller but Im havi
i have to translate shape to dgn V8 and my shape point must move to microstation cell with orientationand i'm really lostLines must move in dgn line with spécial linetypeCan you help me pleasethank you
I am trying to set up a tester or string searcher transformer to test if the entire string is uppercase but can't get it to work. THIS SHOULD PASSbutThis Should FAIL