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.
Page 1 / 1
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
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)
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.