This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Hi, The result are: I hope its help you |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Basically, we should let the database do the job for us (human). However, I would like to have at least documents per year, the rest as is from paperless-ng.
So, I tried this in
docker-compose.env
:Rebuilding the image. Run document_renamer. The result all files were renamed to year_##.pdf - no folder was created and the running number 0000001.pdf was gone. Like this:
2020_01.pdf
2020_02.pdf
2020_03.pdf
In the manual I saw the expression identifier was used but not listed as a placeholder to build the filename. Let's give it a try:
Rebuilding the image. The result all files were renamed to its original state, the year completely ignored: 0000001.pdf
Any tip how I can achieve:
or is it simply not possible?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions