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
|