Sanae Mendoza
Articles
Recent activity by Sanae Mendoza
-
FME Flow Debugging Toolbox: Logging Tools
IntroductionLog files are the best resource available for debugging workflows on FME Flow. In addition to the general translation details, we can use workspace tools and settings to record addition...
- Updated
- 1 follower
- 0 comments
- -1 votes
-
HTTPCaller and Google Calendar API: POST, PUT, PATCH, DELETE
Introduction This article demonstrates and describes POST, PUT, PATCH, and DELETE requests using the Google Calendar’s API. These methods are intended to make changes or updates to the server, so t...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Secure Data Virtualization Endpoints with Authentication
IntroductionAPIs often need authentication to control who can access different types of data. With FME Flow, you can choose how to secure your Data Virtualization APIs. Options include API tokens, ...
- Updated
- 2 followers
- 0 comments
- 4 votes
-
HTTP Requests with the HTTPCaller
Introduction Hypertext Transfer Protocol (HTTP) is an application protocol for exchanging and communicating hypermedia(link) resources between a client and server. It is the main system for exchang...
- Updated
- 1 follower
- 0 comments
- 1 vote
-
FME Flow Debugging Toolbox: System Tools
Introduction Other applications and the environment can interfere and cause failures or unexpected behaviour in FME Flow. Investigating the FME Flow log files is still the best first step, as they ...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Real-time Automations with Cityworks Webhooks
This tutorial demonstrates workflows using custom transformers and manual API calls to interact with Trimble Unity / Cityworks. These workflows are still applicable to both Cityworks an...
- Updated
- 1 follower
- 0 comments
- 2 votes
-
Creating a Workspace Response for a Data Virtualization GET Endpoint
IntroductionWorkspace response endpoints in FME Flow run an FME Workspace each time someone sends a request. This lets you return real-time data, which is useful when the data changes often or depe...
- Updated
- 4 followers
- 1 comment
- 6 votes
-
Custom Workflows for Cityworks with FME
Introduction An organization's asset management system can be complex and dynamic, with interconnected tables and databases. Managing the relationships between different data elements can be challe...
- Updated
- 1 follower
- 0 comments
- 1 vote
-
Making a GET Request with HTTPCaller
IntroductionThis example demonstrates a basic HTTP GET request to the Bootprint API using the HTTPCaller in FME Workbench. We will then parse the API’s JSON response and send an email with its cont...
- Updated
- 3 followers
- 0 comments
- 6 votes
-
Enhancing Data Virtualization Endpoints with Parameters
IntroductionData Virtualization supports endpoint parameters, which let users refine requests and customize responses. These include path parameters, query parameters, and header parameters.Paramet...
- Updated
- 2 followers
- 0 comments
- 1 vote