id summary reporter owner description type status priority milestone component resolution keywords cc parents 5361 Allow continuing where left off in csv for batchaddmedia Daniel Krol "My personal use case for csv is such that I'd rather have it break, fix it, and then continue where I left off, than have it continue if it fails, because I'd like to preserve the order of the files. I was hoping to add some features for this workflow. So here's the changes I would make: 0) Make sure `batchaddmedia` submits the files in the csv in order (right now it loops over a dict!) 1) Add a `--start` option to specify which entry to start on 2) Add a `--stop-on-failure` option. 3) In case of exception, output a helpful bit of text that says to add `--start 20` (for instance) to continue where you left off." enhancement new minor programming