Renaming Using Zotfile / Wildcard for "Docket Number"
Hello,
as a lawyer I'd like my case files to be renamed after the "Docket Number". As far as I researched, I couldn't find a "wildcard" for that in Zotfile.
The pdf. should be named: Court_Year_DocketNumber
For Court I can use the wildcard: %w
For Year: %y
Could anyone give me some guidance on that?
Thank you in advance!
Best,
Tassilo
as a lawyer I'd like my case files to be renamed after the "Docket Number". As far as I researched, I couldn't find a "wildcard" for that in Zotfile.
The pdf. should be named: Court_Year_DocketNumber
For Court I can use the wildcard: %w
For Year: %y
Could anyone give me some guidance on that?
Thank you in advance!
Best,
Tassilo
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
For them the standard author, year, title works --> {%a_}{%y_}{%t}
Set the renaming format to:
{%1_}{%y_}{%2}
Then set your user wildcards to:
{
"1": { "default": "author",
"case": "court"},
"2": { "default": "title",
"case": "docketNumber"}
}
See http://zotfile.com/#user-defined-wildcards for more details.
Set
extensions.zotfile.wildcards.user
to this value:{"1": {"default": "author", "case": "court"}, "2": {"default": "titleFormated", "case": "number"}}
in the Config Editor and use
{%1_}{%y_}{%2}
in Zotfile's renaming scheme.Thank you both for your (very fast!) help!!
I tried both and both work fine.
Again, thanks a lot!
Best,
Tassilo