I am having a hard time scraping this table. Data seems to be "skipped"

Describe the problem. All that data is missing some or all values

Url: Cognia - Find Accredited Institutions

Sitemap: {"_id":"tablecognia","startUrl":["Cognia - Find Accredited Institutions a","type":"SelectorText"},{"delay":0,"id":"country","multiple":true,"parentSelectors":["table"],"regex":"","selector":"td:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"City","multiple":true,"parentSelectors":["table"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"}]}

@ultrabrad Hello. It seems like you can use the 'Table' selector here.

Example:

{"_id":"advanc-ed-org","startUrl":["http://www.advanc-ed.org/oasis2/u/par/search?city=&countryCode=&charter=&postalCode=&name=&schoolType=&d-7676942-p=[1-2]&institutionType=&stateCode=&mdeSearch=false&category=PRIVATE"],"selectors":[{"columns":[{"extract":true,"header":"Name","name":"Name"},{"extract":true,"header":"Country","name":"Country"},{"extract":true,"header":"City","name":"City"},{"extract":true,"header":"State","name":"State"},{"extract":true,"header":"Postal Code","name":"Postal Code"},{"extract":true,"header":"Type","name":"Type"},{"extract":true,"header":"District","name":"District"}],"delay":0,"id":"table","multiple":true,"parentSelectors":["_root"],"selector":"table.data","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr","type":"SelectorTable"}]}