Getting strange CSV

Web Scraper version:
Chrome version:
OS: 75

I am using following site map to scrape the data, I am but when i export to CSV, it appears as strange CSV. Attached is img of csv.

Sitemap:
{"_id":"kukj","startUrl":["https://www.kukjegallery.com/KJ_artistsL.php"],"selectors":[{"id":"aoa","type":"SelectorLink","parentSelectors":["_root"],"selector":"div:nth-of-type(2) a.artists_member","multiple":true,"delay":0},{"id":"bios","type":"SelectorText","parentSelectors":["aoa"],"selector":".artists_cv","multiple":false,"regex":"","delay":0}]}

Fine on my end.

Make sure you are opening the file with unicode UTF-8 format and the seperators are 'commas'

No luck, i tried opening using UTF 8 and comma delimiter

can you send me generated CSV?