Error import csv

I get the data of the description, but when I import them to excel, the description cell divides it into several. I've tried several rasgadores, text, element atribuibutte, multiple and also several ways of selecting the element, but nothing.

Somebody can help me

{"_id":"descripcion","startUrl":["https://www.avon.es/product/301-512/maquillaje/cc-cream-spf-50-mark"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"div.ProductName","multiple":false,"regex":"","delay":0},{"id":"precio","type":"SelectorText","parentSelectors":["_root"],"selector":"div.Price","multiple":false,"regex":"","delay":0},{"id":"descripcion","type":"SelectorText","parentSelectors":["_root"],"selector":"div.tab-pane div.ng-binding","multiple":false,"regex":"","delay":0}]}

It looks like this is only scraping 1 entry? Is that correct?

Exporting is working, it's one cell but multiple lines.

how do you import in excel? I imported from file and comma separator
Because I have left if

at the moment I solved it with notepad ++, editing the csv and removed the end of linebut I would like to be able to skip this step and that by scrapper