From f9e66904d026c51731e1d94f50bd2a17b03a8d66 Mon Sep 17 00:00:00 2001 From: Chris MacDonald <31731869+chrismacdonaldw@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:45:31 -0300 Subject: [PATCH] Update scripts/README.md Co-authored-by: JojoVes --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 5359edb..ef28730 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -67,7 +67,7 @@ Each file's name will be in the format `pid-DSID.xml`. ```bash python3 foxml_export.py --url= --user= --pasword= --pid_file=<./some_pids_to_export> --output_dir=<./output> ``` -> The script supports adding comments in the pid_file using `#`. PIDs can also contain URL encoded characters (e.g., `%3A` for `:` which will be automatically decoded). +> The script supports adding comments in the pid_file using `#`. PIDs can also contain URL encoded characters (e.g., `%3A` for `:` which will be automatically decoded). Expected format of the `pid_file` is one PID per line. #### Output Exports all archival FOXML found in the associated PID file passed in through arguments to their own folder in `output_dir/FOXML`.