View Single Post
Old 08-15-2017, 09:57 AM   #3
flink
Banned
flink began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Jun 2010
Device: Android/Linux/Windows
Unhappy

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 View Post
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
flink is offline   Reply With Quote