CSV Export does not work as expected

I have collected data from www.prinz.de and after the scraping process is finished, the data appears in the preview window as expected. However, when I try to download the data as a CSV file, the content of that CSV file is completely scrambled. I have never had this problem before with the data from other websites.

Url: http://prinz.de/koeln/locations/kategorie/gastro

Sitemap:
{"_id":"prinzgastro2","startUrl":["http://prinz.de/koeln/locations/kategorie/gastro"],"selectors":[{"id":"Name","type":"SelectorLink","selector":"div.col-md-8 div.col-xs-12 a","parentSelectors":["_root","next"],"multiple":true,"delay":0},{"id":"next","type":"SelectorLink","selector":"a.next","parentSelectors":["_root","next"],"multiple":true,"delay":0},{"id":"Name1","type":"SelectorText","selector":"address span.strong","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Strasse","type":"SelectorText","selector":"address span:nth-of-type(2)","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"PLZ","type":"SelectorText","selector":"address span:nth-of-type(3)","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Fon","type":"SelectorText","selector":"dd:nth-of-type(2) a.text-underline","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Web","type":"SelectorText","selector":"dd:nth-of-type(3) a.text-underline","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"facebook","type":"SelectorText","selector":"dd:nth-of-type(4) a.text-underline","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Kategorie1","type":"SelectorText","selector":"ol.breadcrumb li:nth-of-type(3) span","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Kategorie2","type":"SelectorText","selector":"ol.breadcrumb li:nth-of-type(4) span","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"Kategorie3","type":"SelectorText","selector":"ol.breadcrumb li:nth-of-type(5) span","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","selector":"dd:nth-of-type(3) a.text-underline","parentSelectors":["Name"],"multiple":false,"regex":"","delay":0}]}

Hi

frequently the CSV files generated by this extension are corrupted.

It is better to browse the result of the scraping, then Ctrl+A then Ctrl+C.
Open Excel and in cell A1 type Ctrl+V

You will get all the data correctly displayed and it's quicker to proceed like thisHi

frequently the CSV files generated by this extension are corrupted.

It is better to browse the result of the scraping, then Ctrl+A then Ctrl+C.
Open Excel and in cell A1 type Ctrl+V

You will get all the data correctly displayed and it's quicker to proceed like this

1 Like