Get help with FME, share knowledge, and connect with users globally
Engage in discussions, seek advice, and find answers to your FME queries.
Discover more about the FME Community and how it can benefit you.
Submit ideas, share feedback, and influence the future of FME.
Get the latest news on FME's evolving features and capabilities.
Find out about upcoming events or webinars and secure your spot.
Delve into insightful articles about the possibilities and advancements in FME.
Join us at our San Francisco FME Breakfast of Champions with CEO and Co-Founder Don Murray: Monday, November 18 at Fairmont San Francisco. Get your free spot here!
We’re back with another game of This or That for this week’s Question of the Week. Tell us in the comments below: Reader or FeatureReader Coffee or Tea FME Lizard or Zipster Sweet or SaltyThanks for playing along! New to the Question of the Week? Every week, we’ll post a simple but thought-provoking question that could be about your FME journey, the power of spatial data, FME innovation, or the future of FME.Each weekly question you answer earns you an entry in our monthly draw for exclusive Safe swag ($50 value) and points toward badges! Answer our November Questions of the Week by Saturday, November 30 at 5:00 pm PDT to be entered in this month’s draw.Answer your first question and you’ll get the Socializer (Ice Breaker) badge. Answer five questions and you’ll get the Socializer (Talker) badge.October WinnerCongratulations to our randomly selected winner who participated in October’s Question of the Weeks @_jacques_! You won a Safe swag prize pack.
FME Flow Resource connections can be named with dash characters (example: my-resource), however, you cannot use dash characters in User Parameters. This means you cannot reference that Shared Resource Connection as a Private Parameter to be used locally in FME Form
As I worked to resolve errors with attempting to reference a User Parameter from within a Python Scripted User Parameter, I discovered the issue was previously mentioned 5 years ago in this thread: When I double-clicked on a user parameter (‘DAYS_PRIOR’) in version 2023.2.1 (build 23774) within the Python Scripted Configuration interface, FME Form inserted: FME_MacroValues['DAYS_PRIOR']In order to get the scripted parameter to function properly, I ended up changing the call to: fme.macroValues['DAYS_PRIOR']I also had to explicitly import the fme library.
When using an ESRI Geodatabase (ArcSDE Geodb) reader (or other formats that support aliases as well) set to read the schema it would be great if the alias names of the fields are stored in the list as well. The Alias Mode now has two options:Replace Attribute Names With Aliases → this will replace the attribute names in the schemaExpose Aliases as Metadata Attributes → this only works for data and not the schema If I have an attribute 'ElevationUOM’ with alias ‘Unit of Measurement for Elevation' I would like the schema to haveattribute{0}.name = ElevationUOMattribute{0}.alias = Unit of Measurement for Elevation
I have recently being creating some custom HTML reports, combining the output of an HTMLReportGenerator with some additional scripts to add custom graphics. Having zero HTML experience, I created these scripts in ChatGPT and then parameterized them for use in my template. This template is then streamed into a web browser as the output of a Flow web app. It strikes me that HTML functionality could be a incredibly useful extension to the current capabilities of AI Assist.
I'm looking for support with Navisworks (AutoDesk) BIM data (.nwd .nwf .nwc). I need to extract the full 6D information from the model and output it to other formats but also update the 6D information back to the model. Navisworks imports IFC but does not seem to export it. DWF, which can be written with Navisworks, does not hold the 6D information.Any help would be appreciated.
I’m fairly new to FME and need help to get started on a workbench. I have a text file i need to convert into a readable format. Each line has information about a specific device and should be parsed into separate columns. The blank spaces also need to be removed. What transformer should I use? Any help is appreciated!
I am using the Schema Scanner with a dynamic writer in my workspace and it is awesome except that it often incorrectly identifies some of my integer fields as date/time fields. If I turn off the date/time detection then my actual date/time fields get written as strings or integers. Right now I am running it with date/time detection on and then I put an attribute manager on the schema and find the ones it has incorrectly identified and manually adjust them but I feel this kind of takes away from the dynamic nature of the schema scanner. Is there a better way to do this? I wish I could tell it to ignore certain fields or specify the fields that it should look for date/time in but again that is taking away from the dynamic nature of the bench.
Hi,I have a workspace transforming data to write it in INSPIRE GML format (theme Hydrography). Earlier this year, some of the INSPIRE application schemas (XSDs) where upgraded to a new version Include changes from 2024.1 schema release · Issue #1027 · INSPIRE-MIF/helpdesk-validator, including the hy-p one that I’m using here (v4.0 to v5.0).Therefore I changed my INSPIRE GML writer to point to the new XSD URI and adapted the xsi:schemaLocation parameter consequently. However, when indicating the v5.0 the output GML is not written correctly: there are remnants of the v4.0 in it.First in the imports, see xmlns:hy-p4 and xmlns:hy4:<gml:FeatureCollection xmlns:omor="http://inspire.ec.europa.eu/schemas/omor/3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sr="http://inspire.ec.europa.eu/schemas/sr/4.0" xmlns:base="http://inspire.ec.europa.eu/schemas/base/4.0" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:hy-n="http://inspire.ec.europa.eu/schemas/hy-n/4.0" xmlns:omop="
Hi,Could you please provide an official documentation on how to configure FME Form to access the latest Python version from Anaconda distribution as well as its machine learning libraries. Admittedly, there are topics already posted in the community related to the subject; however nothing seems to work for me.BTW, I’m running FME(R) 2024.1.2.1 (20240906 - Build 24624 - WIN64) on Windows 11 EnterpriseThanks in advance,Willy de Vera
GIS (StackExchange) user ynxblx just made a new post with the tags: fme-form, esri-geodatabase, featurewriter.Would you like to know more? Click here to find out more details!StackExchange content licensed as: CC BY-SA 4.0
Ran into an error that I don't know how to approach. The full report line is: ERROR |Cannot have multiple factories with the same name. Multiple factories were assigned the name 'blablabla Output Collector' What does this mean and where should I start looking to solve this? I might ad that this error showed up suddenly. I tried to remove the most recent changes but it persists.
I have 4/5 layers of rasters representing the geological horizons. I want to visualize the layers in 3D voxel. what the result look something like this. Is there a way to get this with fme?
I am trying to upload a tif stored in my PC locally to the contents in arcgis online. I can upload the shapefiles efficiently but not tifs. Can someone advise? Thanks!
Hi all,I have been informed by our IT department about the requirement to ensure that the publisher of our Azure app is verified by Microsoft. You can find more information on the publisher verification process here: Publisher Verification Overview.Could anyone from the confirm if this verification process is already being arranged, or if there are any steps that we need to follow to initiate this process?
We have an FME Flow automation that monitors a network directory for new files. Once new files arrive, they are emailed as attachments using an FME Flow Email (send) Action.Is there a way to make the “Email To” distribution list somewhat dynamic?We have an FME Workspace that generates a text file of the desired distribution list. Currently when it is determined a change might have occurred in the list, we open the text file and manually copy & paste the contents into the “Email To” of the FME Automation monitoring the network directory. Is there a means to have the Automation’s “Email To” parameter just use the text file directly?Or perhaps to have the workspace that generates the text file be included in the automation and provide the current distribution list once the automation is triggered?
Enter a reward code and click submit to redeem the code for community reputation and badges.
Click the button to retrieve your own personal webinar transcript.
Click the button to find out which badges you have, and which you are yet to earn.
Earn bonus reputation and a lovely badge for answering these specific questions.
Try your hand at some FME-related games and quizzes.
In-depth courses for all FME skill levels.
Explore our extensive collection of how-to guides and tutorials.
Log an issue with us. Our support team is ready to help.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.