Wildcards not working in zotfile
What am I doing wrong here?
Made a Zotfile wildcard for the "edition" field in books (see below).
{%a} - {%t}, {%edition}"E "({%y}) should make --> Author - Title of Book, 9E (1983)
But I keep getting the error below, and no renaming is done.
[Please select a zotero item to see a preview of your renaming rules]
What am I doing wrong here?
Made a Zotfile wildcard for the "edition" field in books (see below).
{%a} - {%t}, {%edition}"E "({%y}) should make --> Author - Title of Book, 9E (1983)
But I keep getting the error below, and no renaming is done.
[Please select a zotero item to see a preview of your renaming rules]
{
"edition": {
"book":{"field":"edition"}
}
}
What am I doing wrong here?
Upgrade Storage
{"edition" : "edition"
}
The preview shows Author - Title of Book, E (1983) instead of Author - Title of Book, 9E (1983)
{"1" : "edition"
}
works