Skip to main content
Archived

Add all available Reader Formats to Joiner transformer

Related products:FME Form
  • April 4, 2017
  • 2 replies
  • 36 views

Currently the Joiner transformer does not allow for all formats that the Reader does. For example, the Esri Geodatabase (File Geodb API) is available in the Joiner but the Esri Geodatabase (ArcSDE Geodb) is not.

Add all available Reader Formats to Joiner transformer

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • September 21, 2017

Please note the Joiner has been renamed to DatabaseJoiner in FME 2017.0 and Newer.


fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • September 22, 2017

Many (most) formats do not have any optimized way to read individual records based on a key, so it is arguable if it would make sense to add them all. The dreaded FeatureMerger can be used as a type of DatabaseJoiner for such situations. That said, it does seem that Geodatabase should join the party.