Hello forum! this is my first time using webscraper and is amazing, easier than scrapy[python]
I am having a problem, 1 selector/ 1 column works great, but if I create an extra selector the columns doesn't save the data properly, seems like it can just write in one row at the time
here is my sitemap data
{"_id":"cb6","startUrl":["https://www.crunchbase.com/search/organization.companies/5aba1b5344cf03d4807feb1d1b22b77b?pageId=3_a_93f2c735-27ec-1971-cd09-3bccafe900c8"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"div.flex-no-grow","multiple":true,"regex":"","delay":0},{"id":"nam","type":"SelectorText","parentSelectors":["_root"],"selector":"grid-row:nth-of-type(n+2) span.field-type-text_long","multiple":true,"regex":"","delay":0}]}
and here is an example of the data preview after sunning the scraper
you can notice the withe spaces where the data should be, same happens adding more columns
thanks people!


