Skip to main content
Question

What is the simplest way to set a update_date attribute in a writer feature type to system time?

  • September 3, 2013
  • 2 replies
  • 21 views

aguan
Supporter
Forum|alt.badge.img+11
If I have a date- type  attribute in the writer feature type (an Oracle SDE featuer class) and I want to set it to the machine's system time. What is the simplest way to do it? A search on the FMEpedia shows  several different approaches, but there should be a very simple way to do this simple function.

 

 

Allen
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

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • September 3, 2013
Use the timestamper?

aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • September 3, 2013
I guess I misunderstood the timerstamper. Yes just simply using it to add a time stamp attribute with the default "FME Date/Time (^Y^m^d^H^M^S)" will add the system time attribute to to the connection flow and therefore can set the UPDATE_DATE to the Oracle SDE feature class attribute.