https://github.com/emweigh/ediscovery_relativity_scripts
A set of python scripts for performing batch operations on Relativity document exports
https://github.com/emweigh/ediscovery_relativity_scripts
pdf python python3 relativity relativityone
Last synced: about 1 month ago
JSON representation
A set of python scripts for performing batch operations on Relativity document exports
- Host: GitHub
- URL: https://github.com/emweigh/ediscovery_relativity_scripts
- Owner: emweigh
- Created: 2024-07-04T08:49:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:42:53.000Z (7 months ago)
- Last Synced: 2025-02-15T22:30:02.817Z (3 months ago)
- Topics: pdf, python, python3, relativity, relativityone
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary of Scripts
The scripts contained in this repository are designed to take in a document export from Relativity and a .CSV export of associated fields in order to perform PDF batch operations.## recreate_og_struct.py
This script recreates the EDFolder structure of exports and moves individual documents to their original EDFolder location## rename&compile_family_export.py
This script parses a .CSV export file, identifies family groups, and then compiles individual family members into a single .PDF. Built in filename format is "YYYY.MM.DD FileName Bates"## rename_native_export.py
IDs non-PDF document exports and renames them to following filename format: "YYYY.MM.DD FileName Bates NATIVE"## rename_singleton_export.py
This script parses a .CSV export file, identifies documents that are not part of family groups, and then renames to the following filename format: "YYYY.MM.DD FileName Bates"