Skip to main content
Archived

TimeStamper: Add option for global timestamp or first/last feature time

Related products:Transformers
  • April 23, 2016
  • 2 replies
  • 55 views

ekkischeffler
Contributor
Forum|alt.badge.img+7

Add an option to the TimeStamper to create a global time stamp, similar as the counter creates a global count. Also add an option to create the timestamp attribute only once for the time of the first or last feature passing the transformer. This is relevant, for example, when fanning out on a filename with a timestamp where different timestamps on the filename result in separate files.

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

hansh
Contributor
Forum|alt.badge.img+20
  • Contributor
  • June 2, 2016

This would be very helpful. I've had the exact same case, using timestamps as fan out resulting in separate files.


  • October 4, 2016
I usually use a variable setter and retriever for this use case. Set the timestamp once with the first or last feature or with a creator and then use the variable retriever to pass on the timestamp to the relevant attribute used for the fanout.