While that works, it wasn't my goal. My books have numbers, but no specific format. I was using Adding window as a test bed to figure out how the regex works.
I did add a custom column, but I can't get data into it from the import process.
If I haven't mis-read some other posts, I can take data from one column and stuff it into my custom column, which was why I was trying to get the data into series to comments.
Quote:
Originally Posted by Divingduck
A series include a series name (series) and a series number (series_index). There are two possible solutions:
1. Add a series name and series index (?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)
or
2. Instead of using series create a custom field for a book number
|