Why for the first records the emai is not collected?

Why for the first records the emai is not collected?
Why the data are collected not on the same line? I tryed to use the element selector too, but it not worked to me..

Url: Federtennis

Sitemap:
{"_id":"fitp-it-federtennis","startUrl":["https://www.fitp.it/Circoli-scuole-e-insegnanti/Circoli/Cerca-circolo"],"selectors":[{"id":"pag","paginationType":"clickMore","parentSelectors":["_root","pag"],"selector":"button.cc-simil-table-pagination-button","type":"SelectorPagination"},{"id":"email","multiple":true,"parentSelectors":["pag"],"regex":"","selector":"div:nth-of-type(n+110) div.cc-field:nth-of-type(2) span.cc-label","type":"SelectorText"},{"id":"nome","multiple":true,"parentSelectors":["pag"],"regex":"","selector":"span.cc-title","type":"SelectorText"}]}

Something like this...

{"_id":"fitp-it-federtennis","startUrl":["https://www.fitp.it/Circoli-scuole-e-insegnanti/Circoli/Cerca-circolo"],"selectors":[{"id":"nome","multiple":false,"parentSelectors":["element"],"regex":"","selector":"span.cc-title","type":"SelectorText"},{"id":"email","multiple":false,"parentSelectors":["element"],"regex":"","selector":"div.cc-field span:contains(\"@\")","type":"SelectorText"},{"id":"element","multiple":true,"parentSelectors":["pages"],"selector":"div.cc-row-table","type":"SelectorElement"},{"id":"pages","paginationType":"clickMore","parentSelectors":["_root","pages"],"selector":"button.cc-simil-table-pagination-button","type":"SelectorPagination"}]}
1 Like

Great, thanks! but how to import the sitemap now or replace your sitemap?

you can choose the proper menu item...
image

1 Like

here is your data file...

1 Like