Ah, I misunderstood. I guess you want the modification time from the file. I thought you needed the time it was being modified in FME.
Peter's TCL script looks a good solution for that. Mark --- In [email protected], "vol_de_mare" <[EMAIL PROTECTED]> wrote: > > Thank you, Mark > > But TimeStamper seems to add current date, not the modification. > > I`ve tried PythonCaller, but can`t figure out how to "feed" him file > so, that it understands file as parameter > (tried use Python`s os.stat st_mtime) > Or maybe it`s easier add it other way? (for example to use some > searcher and save search results to file, then join and copy into > desired field) > > Valdis > > > > > The TimeStamper transformer should be able to create an attribute > > containing the time. > > > > Hope this helps. > > > > Mark > > > > Mark Ireland, Senior Product Specialist > > Safe Software Inc. Surrey, BC, CANADA > > support@ http://www.safe.com > > Solutions for Spatial Data Translation, Distribution and Access > > > > --- In [email protected], "vol_de_mare" <vol_de_mare@> wrote: > > > > > > Hi! > > > > > > Sorry if such or similar question already has been discussed. Just > > > can`t find it. > > > > > > What I would like to achieve - take DGN file, make convex hull around > > > lines and output it with dataset name and last modification time. > > > There`s no other problems but the modification time. I`ve tried to > > > find some solutions, also through Python, but nothings seems to work. > > > > > > Maybe some have idea of solving this situation or at least could show > > > the direction to dig. > > > > > > Thanks in advance > > > > > > For insights into what's up at Safe Software and what's on the development horizon, visit Safe's blog at spatial-etl.blogspot.com. Safe Software has also made slides available that outline enhancements planned for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 of the FME Worldwide Users Conference. To view these slides, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/fme/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
