Tandra Geraedts
Articles
Recent activity by Tandra Geraedts
-
Getting Started with FME Form: Working with Spatial Data
Introduction In this article, you'll discover how to create a workspace in FME Workbench, the authoring application accompanying FME Form, specifically emphasizing the utilization of spatial (GIS) ...
- Updated
- 3 followers
- 0 comments
- 17 votes
-
Test Batch Processing Method 1: Command Line or Batch File
Introduction The command FME <workspacename>.fmw will run a particular workspace in a Windows Command Prompt. Therefore, if FME workspaces can be called from the command line, a series of workspace...
- Updated
- 1 follower
- 0 comments
- 1 vote
-
Send Emails with Attachments From FME Flow Automations
IntroductionWelcome to the final tutorial of the Getting Started with FME Flow series. In this tutorial, you will refine the automation from the previous tutorial to email an attachment to a user e...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Getting Started with FME Form: Working with Web Data
Introduction In this article, you'll discover how to create a workspace in FME Workbench, the authoring application that accompanies FME Form, with a specific emphasis on utilizing web data. Follow...
- Updated
- 1 follower
- 0 comments
- 8 votes
-
Test Batch Processing Method 2: Command File
Introduction The Command File is a file containing a list of FME-related commands, one command per line. Line continuation characters (\) can be used to split commands over several physical lines i...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Converting from SQL Server to MapInfo (Non-Spatial to Spatial)
IntroductionIn this demo, a table in the SQL Server database contains non-spatial data representing surveyed roads. The 'x' and 'y' attributes in the table, will turn the non-spatial data into poin...
- Updated
- 1 follower
- 0 comments
- 1 vote
-
Getting Started with Automation Apps
IntroductionFME Flow (formerly Server) 2022.2+ has the ability to create Automation ‘apps’ - a method to allow authorized users to manually trigger Automations. When you choose to create an Automat...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Transforming JSON using the JSONExtractor, JSONFlattener, and JSONFragmenter
IntroductionWithin FME, there are many ways to manipulate JSON to extract the desired data. In this article, we will cover three transformers: the JSONFlattener, JSONExtractor, and JSONFragmenter. ...
- Updated
- 1 follower
- 0 comments
- 2 votes
-
Test Batch Processing Method 3: Using the WorkspaceRunner
IntroductionThe WorkspaceRunner transformer runs a separate .fmw file in the workspace where it is used. In conjunction with the Directory and File Pathname reader, it can be used for test batch pr...
- Updated
- 1 follower
- 0 comments
- 2 votes
-
Send HTTP Request using FME Flow Automations
Introduction FME Flow can “push” or POST a message to a URL when a workspace is completed using the HTTP Request external action or the FMEFlowNotifier transformer in Workbench. This method replace...
- Updated
- 2 followers
- 0 comments
- 0 votes