-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a batch option #94
Comments
Thinking about this: A logic next request would be to process several files in parallel. An unpleasant detail is how NOT to break the current working of ucto, where you can have ONE filename on the command line, for input; and optionally a SECOND one, for output. Simplest solution might be a @proycon and @martinreynaert comments welcome! |
A |
that look good at first sight. but what if you don't want to run on ALL files in that directory? |
Hi, Another thing that 'should' be possible is to also set the ID of the elements. For this I usually take the file name, stripped of its extension(s). Thanks! |
A version of Ucto implementing batch processing is now available in Git
also xml:id is now generated using the name of the input file, when possible |
released |
We should examine the possibility to run Ucto on a group of files, using wildcards or from a subdir.
Considering the small overhead of starting Ucto over and over again, it was never an issue.
But when running a Docker instance of ucto it might become cumbersome to do that 1 file at a time.
Batch mode should not really be a problem. Of course with some limitations, regarding options.
@martinreynaert thanks for the idea
The text was updated successfully, but these errors were encountered: