I'm exporting a name, address, and up to six old addresses. The data itself shows correctly in the preview, but the csv file does not put everything on a line or in a way that makes it easy to associtate the name with the addresses
I'm using Element Attribute with title
https://www.fastpeoplesearch.com/name/rai_springfield-ma
Sitemap:
{"_id":"test","startUrl":["https://www.fastpeoplesearch.com/name/rai_springfield-ma"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"div.card:nth-of-type(n+3) span.larger","multiple":true,"regex":"","delay":0},{"id":"address","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":".card-block div strong a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress1","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.col-md-6:nth-of-type(1) a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress2","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.col-sm-12:nth-of-type(2) a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress3","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.col-sm-12:nth-of-type(3) a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress4","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.col-sm-12:nth-of-type(4) a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress5","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.col-sm-12:nth-of-type(5) a","multiple":true,"extractAttribute":"title","delay":0},{"id":"oldaddress6","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div:nth-of-type(6) a","multiple":true,"extractAttribute":"title","delay":0}]}