Blogs
Industry Blog:
It's All About Data
Technical Blog:
FME Evangelist
|
FME Talk
|
Training
|
Safe.com
Home
FME Desktop
FME Server
Documentation
Downloads
Request
Support
Search
The FME Knowledge Site
RSS feed
Twitter
Facebook
LinkedIn
YouTube
Follow us:
Warning
This site requires Javascript to be enabled. Please enable or else you will be unable to search.
Q&A: What is a Dynamic Schema?
Article Number: 000001283 - Last Modified: Jul 11, 2011
Table Of Contents
Question
What is a dynamic schema?
Answer
A Dynamic Schema is when a destination writer creates the output schema on an ad-hoc (on-the-fly) basis. This means the output can reflect any source dataset schema, regardless of the schema by which the workspace was defined.
Dynamic schema examples for FME 2010:
http://www.fmepedia.com/index.php/Dynamic_Schema_Examples
Dynamic schema examples for FME 2011:
http://www.fmepedia.com/index.php/Dynamic_Schema_Examples_%28FME2011%29
Suggested Similar Articles
Basic xfMap Example
This example shows how to build an xfMap to read complex XML or GML
Extracting a schema subset for dynamic schemas
Sometimes when using a dataset for a dynamic schema source, you may wish to only use a subset of the source schema in the output. This can be accomplished by creating a Custom Data Format ...
Dynamic Schema Examples (FME2011)
The default behavior of FME is to be tightly bound to the data schema. Dynamic Schema functionality allows you to decouple your schema definitions from the workspace for greater flexibilit...
Q&A: What is a Feature Type in FME?
Basically, it is a layer. Every format used by FME identifies features through a classification scheme. This classification is known in FME as a Feature Type. Feature Types are used to di...
Use the Plugin SDK Metafile Reference
This page should be used as a reference while creating metafiles. Developers may also find the TFS Plug-in to be a useful example.