Skip to main content
Question

Does Batch Deploy and "date Last Modified?" files

  • October 30, 2013
  • 3 replies
  • 55 views

I have FME 2011 SP 2 installed on my PC.  I've started using batch deploy which works great!  Iam converting dgn to dwg.  For the Input files, the navigation wildcards all the files in our input folder.  We have a need only slect the "date last modified" files.  i.e. like select only files modified yesterday.  I don't see any option to do this on the batch deploy interface.  Is there any way to select "date last modified" by editing the BAT File saved from batch deploy.  Or maybe a lter version than 2011 has this built in?  Thanks for your help.
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.

3 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • October 30, 2013
Hi,

 

 

Not that I know of, but you can read using the path and directory reader, filter the files you need using creation date (or something similar), open them via the feature reader and write to your destination format.

 

Hope this helps,

 

 

Itay

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • October 30, 2013
so it more a matter of reading the correct input and the translating it, you could however try some fancy regular expressions in the filter type (merge feature type parameters)

  • Author
  • October 30, 2013
Wow, thanks very much for the quick response Itay.  What you describe looks like it will do pretty much what I need.  Your help to me is much apprciated.