Describe the problem.
I am trying to extract data from a table where first column is represented by Image with alt=name, I tried adding "extractAttribute":"alt" to that element, but it completely removes company name from results. Could anyone point to an error here?
Url:
Sitemap:
{"_id":"cloudtango1","startUrl":["https://www.cloudtango.org/"],"selectors":[{"id":"msp","type":"SelectorTable","parentSelectors":["_root"],"selector":"table","multiple":true,"columns":[{"header":"Company","name":"Company","extractAttribute":"alt"},{"header":"Description","name":"Description","extract":true},{"header":"Services","name":"Services","extract":true},{"header":"Partners","name":"Partners","extract":true},{"header":"HQ","name":"Location","extract":true},{"header":"Reviews","name":"Reviews","extract":false}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"tr.header"}]}
thanks!