Questions tagged [fme]

FME (Feature Manipulating Engine) is an ETL (Extract Transform Load) tool by Safe Software. It is able to read and write a wide range of dataformats and services (+400). Loaded with tools for manipulation of vector- and rasterdata but also tabular and code (XML).

FME (Feature Manipulating Engine) is an ETL (Extract Transform Load) tool by Safe Software. It is able to read and write a wide range of dataformats and services (+400). Loaded with tools for manipulation of vector- and rasterdata but also tabular and code (XML).

The suite has two products:

  • FME Desktop

Build workbenches (models) to run the data through.

Sample workflow

  • FME Server (local) / FME Cloud (saas)

Upload workbenches and run them as a service.

60 questions
1
vote
1 answer

Row count in Oracle import log differs from row count retrieved in sql developer and FME

After importing a oracle dump, the log file tells me that 86643 rows were imported; however, when I use sql developer and FME to retrieve the tables row count, only 86,198 rows are shown. What would cause this inconsistency?
MelBuske
  • 11
  • 1
1
vote
1 answer

Can I connect to socket.io server using generic method?

I have a node.js server and I attached socket.io listener to it. The code is like this. const server = new Hapi.Server(); server.connection({ "port": config.port }); let io = socketio(server.listener); io.on("connection",…
zhangjinzhou
  • 2,461
  • 5
  • 21
  • 46
1
vote
3 answers

Match features when multiple attributies are the same

Getting stuck with a SQL statement that i'm using for the InlineQuerier transformer for FME. I normally do not work that much with SQL code and only use if to perform simple one on one joins. I am working with one data frame at the moment that…
jdh009
  • 23
  • 4
0
votes
0 answers

Import XML Workspace Document Fails ArcGis pro

I am trying to importing the XML Document (schema only ) into the working File Geodatabase. I export xml document from ArcCatalog /Arcmap ,ArcGis enterprise 10.8.1 I have used import geodatabase ArcGis pro but I got error and I have also tried to…
potter90
  • 1
  • 1
0
votes
0 answers

Import managed metadata to SharePoint via FME

I would like to use FME to import some data from excel (csv) to SharePoint list. Is there a way to write the managed metadata with FME into a SharePoint list field? I tried to write the textual data, also the lookup manually seem to work. However I…
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
0 answers

FME : fast column binding (R cbind equivalent)

In FME, I would simply like to bind 2 tables columnwise ; they haven't any field in common (but I know that they have the same row order). I have done something with the FeatureMerger (using 1=1 comparison), but it is sooo slow. What would be the…
mazu
  • 147
  • 6
0
votes
0 answers

FME - How to manipulate attribute values of all features (in PythonCaller ?)

I would like to manipulate whole ''column'' (list of attribute values) in a PythonCaller but I don't really understand how I can do that. For example in the example here below, I create a new attribute in input (=iterating over each each…
mazu
  • 147
  • 6
0
votes
1 answer

413 request entity too large azure kubernetes

I have an application running on a Kubernetes cluster. In the same cluster and a different namespace I have my nginx deployment. The web service of the application has several standard parameters: ingress.general.annotations to handle web…
Marnick
  • 11
  • 2
0
votes
0 answers

FME package: "Error in cov2cor(x$cov.unscaled) : 'V' is not a square numeric matrix" in fitting using modFit()

I'm trying to fit the differential equation using the least squares method (FME package). However, I keep getting this error that I don't know how to tackle. The reproducible example: times = seq(0, 4, by = 0.5) dat = data.frame(time = seq(1,4), …
SJL
  • 3
  • 3
0
votes
1 answer

GKE Autopilot Guardian is incompatible with cpu resource requests in chart

I have a GKE private cluster in autopilot mode running gke1.23, described below. I am trying to install an application from a vendor's helm chart, following their instructions, I use a script like this: #! /bin/bash helm repo add safesoftware…
intotecho
  • 4,925
  • 3
  • 39
  • 54
0
votes
0 answers

Geometries within an area

I wanna found parcels(Geometries ) which have id(text), but it doesn't work as expected. text that i'd like to test were set asCandidate,the parcels asFilter andTests to performtoWithin. Do you have an idea what I am doing wrong,or what I can change…
0
votes
0 answers

Simulate a specific CURL using HTTP caller in FME Desktop

I am trying to simulate the following CURl using HTTP caller in FME Desktop: $ curl -X POST --noproxy “*” -k "https://server_name/connect/token" -H "Content-Type: application/x-www-form-urlencoded" -d "username=asdfg" -d "password=ghjkl" -d…
0
votes
0 answers

calculating area for each of the polygon in FME

, I have a layer (parcel: polygon) and a file which is the amount of area. I want to do this project in FME. I have to calculate area with FME for each parcel, but some of the parcel have 2 or more area amount and have arrow that point to other…
0
votes
0 answers

SQL Server trigger will not fire and database constraints are ignored when inserting data via FME

I have created an "after insert' trigger on my table in SQL Server, which works perfectly when I run an insert within SQL Server. However I use FME for bulk migration to the same table, and when I insert rows via FME, the rows are inserted, but the…
Mr Magoo
  • 37
  • 5
0
votes
1 answer

Overlapping Layers

Currently, all the values overlap each other, I only need whatever layer/value has the highest qpf at any given location. See the attached screenshot as an example. This one shows at the location I clicked on there are 6 layers overlapping that…
BlackBranded
  • 1
  • 1
  • 2