Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 09-01-2015, 06:23 PM   #1
gstock97
Member
gstock97 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2015
Device: Kindle Oasis
Regex Help Needed



I am not a programmer or dba by any stretch of the imagination. I have spent the better part of a half day trying to get a simple regex import to work. I give up....

My files are named like so.

Author - (Series-01) (2012) Title.epub

My regex is
(?P<author>.+) - (?P<series>[^)].+)-(?P<series_index>\d.+)\s(?P<published>[^_].+)\s(?P<title>[^_].+)

See screen capture for result

Thanks for any help!

G
Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg
Views:	209
Size:	59.9 KB
ID:	141590  
gstock97 is offline   Reply With Quote
Old 09-01-2015, 07:13 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Try:

Code:
(?P<author>.+) - \((?P<series>[^)]+)-(?P<series_index>\d+)\) \((?P<published>.+)\) (?P<title>.+)

See how I've used the parentheses to mark out the different fields.
eschwartz is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
More help needed: regex for add books macnab69 Library Management 11 06-17-2013 12:15 PM
Help with regex needed. kamanza Library Management 3 01-24-2012 07:27 AM
RegEx Help needed ghostyjack Sigil 14 11-02-2011 10:22 AM
RegEx REPLACEMENT: Help needed! LARdT Sigil 12 01-04-2010 07:25 PM
Regex help needed gandor62 Calibre 2 11-04-2009 10:27 AM


All times are GMT -4. The time now is 04:48 AM.


MobileRead.com is a privately owned, operated and funded community.