View Single Post
Old 03-17-2024, 06:16 AM   #6
wyced4
Junior Member
wyced4 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2024
Device: Pocketbook Touch Lux 5
Hi,

I'm not getting the correct result from importing the publication date metadata from the file name:

My Regular expression

(?P<title>.+) - (?P<series>.+) - (?P<series_index>[0-9]*) - (?P<published>.+)

My filename

Book name - bookser - 55 - Aug 2019.pdf

The test result under settings appears to be correct with published date stating 2019-08-15,
but the result after loading shows published as "undefined".

What am I doing wrong?
Best regards,
wyced4 is offline   Reply With Quote