Using readers and writers to extract and load data.
Recently active
CityGML to MapInfo (TAB) coordinates with 3 decimals (mm's) are rounded to 1 decimal (dm's). When same CityGML file is converted to SHP coordinates are not rounded. E.g. 55499.763, 388968.263 becomes 55499.8, 388968.3
When I specify message:AIXMBasicMessage in the Feature Collection parameter in the AIXM5 writer, none of my features get written. All the features in the xml now appear as:<!-- orphaned feature - parent id:'uniqueid', id:'INS5', type:'InformationService' -->Using FME 2016.1.3.1 WIN32
I try to write json to an elasticsearch index with elasticsearch writer but get the following errors: ELASTICSEARCH writer: {"error": "Content-Type header [application / x-javascript; charset = UTF-8] is not supported", "status": 406}I use Document source: json attribute Raw json attribute: _response_body where _response_body contains: { "Id":"13d5ccdf-76a8-45c7-83b6-24753699f5b0", "Beteckning":"A014821" }
Hello allWe need to transfer Rooms feature from Revit to GDB we need to show the client Room as a feature in GDB in 3d view
I'm trying to use the DatabaseJoiner transformer to link to an Oracle Spatial view (not table), but the SDO column is not appearing, nor is the geometry showing up in the resulting joined features. Can this transformer be used for this purpose?
Hi ! When I run my workspace, It stops because of duplicate data (but there aren't) I think It memorises something in a channel or something but I don't know where I can clean it .... Error : WARN |Oracle Writer: Abnormal channel cleanup required, likely due to previous error
I'm making workflow that creates a layout for drawings and exports them to pdf. The lining, north arrow and all work but somehow the layers of the PNG's are not correctly exported to the PDF. When looking at the drawing in the inspector everything is transparent and also the shape of the image looks OK but somehow in the export to PDF the transparency is lost and the image gets a bit squeezed together.I cant find the option to tackle this, for example the pdf styler made everything transparent or nothing but not only the transparent parts.
I have a png (map symbol) that I'm trying to rotate for each degree (so I end up with 360 for each symbol), but when I use the Rotator, it just makes the image size bigger at certain angles. Is there a way to ensure that all the angles get resized back to 60x60 so they all appear the same size on the map? (0* is 60x60) (60* is 82x82)
I have a total of 4 million records from various featureclasses stored in SQL spatial database and I have one workspace reading from SQL and writing out to an Esri FileGeodatabase (using API, not ArcObject writer). When I run this workspace in Desktop, it took approximately 16 hours to finish. However, it took 3 days to finish in FME Server. I checked the timestamps of the log in FME server, writing out was gradually getting slower and slower. I was just wondering why there is a significant difference between Desktop and Server with the same workspace?
Hi,While writing to the writer transformer(database), if it is failed in between (after writing 1000 features), then i need to take backup before starting the process and write this to the database..Please suggest any solution.Cheers,Srikanth Dasari
Hi,I have an issue in writing a GeoBorder feature in AIXM5.1 with the XML_Templater:When i try to write the geometry <aixm:border> in the GeoBorderTimeSlice, it writes two records <aixm:border> and it only needs one record.I used a XML_templater transformer to write the xml because i have to write <gml:geodesicString> in place of <gml:linestringsegments> ( this one is given by the GeometryExtractor transformer but i don't need this form of writing at the end of the process)I send you my work project.If you have any idea about this issue and how to solve it, your help will be appreciatedThanks to all
When loading ESRI shape files into ArcSDE using ArcGIS tools (such as arcpy), the processes usually seamlessly bypass some errors and complete the load. Those errors can include both geometry and attribute errors. However, when using FME to do the same data flow, the process will stop on any errors. Some of the geometry errors can be fixed in GeometryValidator, but some not. I just ran into a shape file which has a row with an invalid attribute value in the dbf file. When loading in ArcGIS, this row is automatically filter out without giving any warnings or errors. But when loading this shape file to ArcSDE in FME, it gives an error, and stop the FME process. Is it possible in FME to force bypassing data errors in loading shape files into ArcSDE? The ESRI shape files and file geodatabases have wider tolerance for geometry and attribute incompatibility or poor integrity, but ArcSDE (Oracle) has more strict rules. This has been a major issue in my converting python arcpy data loading scr
converting oracle geometry from one projection to other using FME desktop 2014 sp2 version.While doing so ,some of the arc segments (3 vertices) automatically gets converted to linear segments with (~ 30 to 40 vertices) . How can we avoid this ?Is there any parameter to disable these type transformations ? (req : Arcs segment need to be maintained)
Dears,any one please let me know FME can handle Oracle Nested tables reading and writing ??If Yes Please help me.
I have a GIS application using postGIS database . For some reasons i have to migrate from postGIS to oracle . And i got familiar with your awesome software Migrating from a shape file to oracle is all right but when i am trying to convert data from postGIs to oracle, i have issues in converting geometry data , actually the source SRID is 4326 but when the convert is done , the geometry column is not in the right SRID and GeoServer is unable to load geometry data . I tried different methods in converting data such as 1- select SRID from source and 2- using EPSG 4326 on Oracle writer SRID but i still have the same problem
Hi I am using FME Cloud. Please can you let me know how to access \\Server\\fmeEngineConfig*.txt to change the value of FME_RESULT_LIFETIME Thanks Mark
Hi, I am trying to do a simple conversion of my DXF file to KML. I do the following steps:1. I launch Start > Generate Workspace.2. Select format "Autodesk AutoCAD DWG/DXF" in Reader and give path to my DXF file, and add some coordinate system.3. Select Google KML format in Writer and give output file path.4. Click Ok. and it shows some input and output boxes directly connected to each other.5. I click RUN. In the terminal I see Success in the end and the file is created.6. I open the KML in Google Earth.In Google Earth I see whole earth covered with KML lines.Can you guys help me with this please? I am using FME workbench 2017.1
Hi,Could you please help me on how to read a zip file which contains multiple shape files and write to a multiple feature classes.Cheers,Srikanth Dasari
I have an AutoCAD drawing with some polylines and other types of objects and I converted the whole drawing to KML file.Text have embedded hyperlink to external AutoCAD sheet sets. When conversion is completed polylines also contain hyperlink which I do not want/need.How can polylines be opted out from having embedded hyperlink. Should I use Tester or GeometryFilter or maybe something else. I do not see polyline option in GeometryFilter , is Line option gonna work?Thank you
I am trying to concatenate a string for a path of a file that will be placed into:fmeserver/resources#/FME_SHAREDRESOURCE_TEMP. When I am into StringConcatenator I set up the string as a FME Server Parameter and click on OK and save the whole workspace. When I open the transformer again FME desktop sets the parameter as public and is highlighted in red (of course I do not have a public parameter called like that). Is there a way to prevent FME Desktop to take its own decision to change the setting of the transformer and pick up the user choice? I am working with a cloud instance of FME Server.
Hi,I want to use the source dwg as template so I'm copying the source dwg file with filecopy.Is there any way to clear the contents from the copied dwg file either thru FME/python. I have to place the same in the same work bench.Thank youPratap
Hi, I got the below error after running the same workspace that I have been running for months. Any help is appreciated. thanksComplete Error Message:"Plugin 'FM0' was loaded, but a reader could not be created. Error was #913823: This format is not supported by this edition of FME"