-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to output to a CSV file using command line #111
Comments
This is the output I see in command terminal: 2024-09-10T17:33:50,288 INFO [main] DroidCommandLine:225 - Starting DROID. |
Hi Jenn -- i haven't really used DROID recently on the command line I'd need to take a look or you'd need to ask the DROID team. I noticed your message on the droid-list -- you might be interested in DROID's issues can be found here: https://github.com/digital-preservation/droid/issues |
I'm using this code to run a folder full of files (20 or so) and output the results to a CSV file like the GUI does, but the
-o
switch isn't creating the output.csv file.java -jar C:\Users\j_morris\Documents\droid-binary-6.8.0-bin\droid-command-line-6.8.0.jar -p C:\Users\j_morris\Documents\droid-binary-6.8.0-bin\profile.droid -a C:\Users\j_morris\objects -o C:\Users\j_morris\output.csv
Any advice?
The text was updated successfully, but these errors were encountered: