Skip to main content
Solved

batch deploy: keep track of files

  • June 18, 2015
  • 1 reply
  • 15 views

tva
Contributor
Forum|alt.badge.img+13
Hi,

 

 

I've created a workspace to read and manipulate XML data and append the output to a csv file. Then I've gone through the batch deploy wizard to create and batch and tcl script to process all XML files (700+). Then I modify my batch script so that it runs with FME 64 bit instead of 32 bit.

 

 

Now the script is running, but can I add some parameter to see how many files are already processed?

 

Like before it starts reading a new XML file that it outputs like: " 3/700"? because now it's not easy to see how far it's gone through the files.

 

 

Best answer by tva

And does anyone now how the input files are read?

 

 

Because when going through the wizard I select files from biggest to smalles one, if I check the files in the tcl script they are completely mixed through each other and if I check the preliminary output I see that it's following kind of string alphabetic sorting (but then I'm missing some files for the moment, it's still not finished running and maybe those are processed later on)
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.

1 reply

tva
Contributor
Forum|alt.badge.img+13
  • Author
  • Contributor
  • Best Answer
  • June 18, 2015
And does anyone now how the input files are read?

 

 

Because when going through the wizard I select files from biggest to smalles one, if I check the files in the tcl script they are completely mixed through each other and if I check the preliminary output I see that it's following kind of string alphabetic sorting (but then I'm missing some files for the moment, it's still not finished running and maybe those are processed later on)