Skip to content

Commit

Permalink
Update scripts/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: JojoVes <[email protected]>
  • Loading branch information
chrismacdonaldw and JojoVes authored Apr 29, 2024
1 parent 20db80d commit ee1f43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Exports all queries found in `queries.py` to their own CSV in the `results` fold
```bash
python3 datastream_export.py --url=<http://your-fedora-url:8080> --user=<admin> --password=<secret> --dsid=<DSID> --output_dir=<./output> --pid_file=<./some_pids>
```
> 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.
If `--pid_file` isn't specified, the script will do a query intended to get a list of all pids in the system and export all of them.

#### Output
Exports all metadata entries related to the specified DSID into XML files stored in the defined output directory.
Expand Down

0 comments on commit ee1f43f

Please sign in to comment.