Filename format 'author_et_al.YYYY' v. 'author_etalYYYY'
Folks,
Is there a way to drop the "dot" after "et_al" on the filename format?
I have 'author_et_al.YYYY' and i want 'author_etalYYYY"
This setting does not come from the CLS style, right?
I currently have this template:
```
{{ firstCreator case="snake"}}{{ year suffix="_" }}{{ title case="snake" truncate="100" }}
```
Any tips?
Regards,
Is there a way to drop the "dot" after "et_al" on the filename format?
I have 'author_et_al.YYYY' and i want 'author_etalYYYY"
This setting does not come from the CLS style, right?
I currently have this template:
```
{{ firstCreator case="snake"}}{{ year suffix="_" }}{{ title case="snake" truncate="100" }}
```
Any tips?
Regards,
{{ firstCreator replaceFrom="et al.$" replaceTo="etal" case="snake"}}{{ year suffix="_" }}{{ title case="snake" truncate="100" }}