Table with no headlines

Hallo forum,

how I can add a table without headlines ?

I will not recive any content at the result

Thanks

Götz

Url: Sitzungstermine | Stadt Rehau

Sitemap:
{"_id":"rehau","startUrl":["https://www.stadt-rehau.de/sv_rehau/Rathaus/Stadtrat/Sitzungstermine/"],"selectors":[{"id":"table","type":"SelectorTable","parentSelectors":["_root"],"selector":".sectionType table","multiple":true,"columns":[{"header":"Montag","name":"Montag","extract":true},{"header":"11.01.2021","name":"Date","extract":true},{"header":"Verwaltungs- und Finanzsenat","name":"Verwaltungs- und Finanzsenat","extract":true}],"delay":0,"tableDataRowSelector":"tr:nth-of-type(n+2)","tableHeaderRowSelector":"tr:nth-of-type(1)"}]}

Hello @goetz

Have you tried using an 'Element' selector - .sectionType tr set as a 'parent' for the day, date and description?

Example:
{"_id":"rehau","startUrl":["https://www.stadt-rehau.de/sv_rehau/Rathaus/Stadtrat/Sitzungstermine/"],"selectors":[{"delay":0,"id":"wrapper-row","multiple":true,"parentSelectors":["_root"],"selector":".sectionType tr","type":"SelectorElement"},{"delay":0,"id":"day","multiple":false,"parentSelectors":["wrapper-row"],"regex":"","selector":"td:nth-of-type(1)","type":"SelectorText"},{"delay":0,"id":"date","multiple":false,"parentSelectors":["wrapper-row"],"regex":"","selector":"td:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"data","multiple":false,"parentSelectors":["wrapper-row"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"}]}