Quote:
Originally Posted by Starson17
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.
|
Ahh, I didn't know that. Thanks!