THANK YOU!
I got it to work with all the suggestions you gave. For reference, in case anyone has the same problem, this is what I did based on your input:
Search field: {template}
Template: {:'format_date(raw_field('pubdate'), 'yyyyMM')'}
Search for: (\d\d)
Replace with: \1
Destination field: series_index
Using this search/replace function (which I saved), the Series Index gets changed to a number derived from the Publication Date in YYYYMM format. This allows me to put all my different Marvel Comics in chronological order (by publication date) which will best approximate the "in-universe" reading order (though I imagine I will have to make some modifications manually for cross-over story arcs).
Thanks again for all your help!
|