Skip to main content
Best Answer

In FME, what's the difference between parameters and attributes?

  • October 21, 2016
  • 2 replies
  • 111 views

fmelizard
Safer
Forum|alt.badge.img+21

Parameters and Attributes seems like two really confusing concepts sometimes. Can we have someone clarify the main differences between them? Thank you!

Best answer by fmelizard

Think about Configuration vs. Data.

In FME, parameters are settings that configure how data should be processed.

In FME, data is represented as features and attributes. Features are analogous to records in a database table. Attributes are analogous to fields or columns in a database table.

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

fmelizard
Safer
Forum|alt.badge.img+21
  • Author
  • Safer
  • Best Answer
  • October 21, 2016

Think about Configuration vs. Data.

In FME, parameters are settings that configure how data should be processed.

In FME, data is represented as features and attributes. Features are analogous to records in a database table. Attributes are analogous to fields or columns in a database table.


Forum|alt.badge.img+2
  • February 5, 2020

Think about Configuration vs. Data.

In FME, parameters are settings that configure how data should be processed.

In FME, data is represented as features and attributes. Features are analogous to records in a database table. Attributes are analogous to fields or columns in a database table.

Another way to think about them is that parameters are set before the workspace starts and keep the same value for the duration of the workspace run - they can't be changed. Attribute values are data, and are only set when the workspace actually runs and their values can change during the workspace run.