| Summary | Reads the individual JSON files from the Stash export Scenes and passes them into a formatted Excel document. | |
| Repository | https://github.com/nobleshaddock0a/CommunityScripts/blob/main/ps1/export_scenes_to_csv.ps1 |
I created a PowerShell script that reads the individual JSON files rom the StashDB export Scenes and passes them into a formatted Excel document.
This script will export scenes with the following headers:
- Title
- Studio
- URL
- Date
- Organized
- Details
- Performers
- Tags
- Created_At
Heres the link to my repo: https://github.com/nobleshaddock0a/CommunityScripts/blob/main/ps1/export_scenes_to_csv.ps1
I hope this helps someone out.
PS - not sure if this is the most appropriate place to post this or if I should post somewhere else.