Describe the problem.
- I couldn't make the pagination work in the following site map
- I also need your help on how to Regex the district column with regex":"(?<=| ).+","delay":0
Thank you in advance for your help!!!
Url: https://www.gnjumc.org/?s=&post_type=person&person_type=clergy
Sitemap:
{"_id":"gnj9","startUrl":["https://www.gnjumc.org/?s=&post_type=person&person_type=clergy"],"selectors":[{"id":"church-element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"article","multiple":true,"delay":"1500","clickElementSelector":".page-numbers li","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"pastor-name","type":"SelectorText","parentSelectors":["church-element"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"district","type":"SelectorText","parentSelectors":["church-element"],"selector":"span","multiple":false,"regex":"(?<=| ).+","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["church-element"],"selector":"span","multiple":false,"regex":"(?<=Email: ).+","delay":0}]}


