View Single Post
Old 11-17-2014, 05:01 PM   #6
gabigabigabi
Junior Member
gabigabigabi began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2014
Device: none
Hi there! Don't know if my trick is going to help, but I've added in the file name the title and the ISBN.
For example, White Fang-0123456789.pdf
Then, in the automated adding function, i've written the following expression:
(?P<title>.+)-(?P<isbn>\d+)

And the title and the ISBN goes each one in the appropriate column.

Hote that helps (and sorry for my bad english ;-) )

Cheers
gabigabigabi is offline   Reply With Quote