User

Tandra Geraedts

Member since
Total activity 21
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 5

Articles

Recent activity by Tandra Geraedts

  • Tutorial: FME Flow Data Upload

    FME Flow (formerly FME Server) allows users to upload their datasets and use them in published workspaces. This keeps files in a central place and enables sharing with other FME Flow users. Users c...

    • Updated
    • 1 follower
    • 0 comments
    • -1 votes
  • Working with FME Flow Runtime Parameters

    Introduction FME Flow (formerly FME Server) Workspace Apps can be configured to require authentication. In FME 2022, two new FME Flow Parameters have been made available in FME Workbench that store...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • FME Batch Processing Methods

    Introduction Currently, FME has two options for batch processing - test and enterprise. In FME Form, you can build your workspaces and test batch processing, and when you're ready, you can deploy t...

    • Updated
    • 1 follower
    • 0 comments
    • -5 votes
  • Known Issue: AttributeManager Crashes with Large Bulk Attribute Changes

    Known Issue ID FMEFORM-32056 Feature AttributeManager Product FME Form (formerly FME Desktop) Versions Affected 2024.x 2023.x Status Resolved 2025.0 Issue  The AttributeManager cr...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Test Batch Processing Method 3: Using the WorkspaceRunner

    Introduction The 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 p...

    • Updated
    • 1 follower
    • 0 comments
    • 0 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
    • -1 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
    • 0 votes
  • FME Flow: Automations Log Changes

    Introduction FME Flow (previously FME Server) Automations logs have been updated in FME 2023.2 Instead of having one log for the entire automation, each component has a separate log file; each trig...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • How to Make API Calls with the FeatureReader, JSONExtractor, or HTTPCaller

    Introduction This article will explore making API calls with FME. For this example, we will use a hardcoded request URL to retrieve air quality and pollution data from AirVisual’s REST API. Since r...

    • Updated
    • 1 follower
    • 0 comments
    • 1 vote
  • 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
    • 1 follower
    • 0 comments
    • 0 votes