FME Translations Quiz
Which of the following statements is true about the Generate Workspace dialog?
Visual Preview and FME Data Inspector are fully-functioned spatial data analysis and cartography tools.
Which of the following scenarios would be well-suited to using feature caching? Check all that apply.
Workspaces that read large datasets or data that is slow to access, including databases or data on a network, can benefit from feature caching. Read the data once to cache it and then use Run From This or Run To This.
The initial process of feature caching takes longer than running the workspace without feature caching on, so it is not a good idea to keep feature caching on with a production workspace.
A very simple workspace with only one or two transformers, neither of which produce many features, will not benefit from feature caching.
Using partial runs with feature caching is a great way to quickly build and test sections of your workspace.
Which of the following is an example of schema editing or mapping? Check all that apply.
Why is the input port on the Date
attribute of the writer feature type green?
Date
attribute on the reader feature type is not exposed.Date
attribute defined on the writer schema and it is receiving a value from the AttributeManager.Date
attribute on the writer schema by adding it to the User Attributes tab. At that point, it was red because it was not receiving a value from anywhere in the workspace. After that, we supplied it with a value by adding it to the AttributeManager. Even though the value is blank for now, the transformer is creating an attribute Date with a value, so it appears green on the writer feature type port.