Quote:
Originally Posted by Daigomi
It seems to work almost perfectly thanks. The one slight annoyance is that the title and publisher has full stops in it (title: Racism.A.Short.History)
|
The input regex can't "change" any part of the filename during the Add Book operation. It can only select a part of the filename character string and insert that substring into the desired title, author or publisher field. Thus, there's no way to change the periods/dots/stops into spaces during import. As you have planned, you have to do that with Search and Replace in a second operation.