The stored text has no space seprate

Hi , I’m extracting text to csv the problem is the output text has no space between words
Screenshot_466

the csv output no spaces like this

any way to fix ?

map
{
“Name”: “extract”,
“CreationDate”: “2023-9-30”,
“Commands”: [
{
“Command”: “store”,
“Target”: “fast”,
“Value”: “!replayspeed”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id="content-editor"]/div/section/div/div/div[2]/div[2]/div/div/div/div[2]/div",
“Value”: “”,
“Targets”: [
"xpath=//
[@id="content-editor"]/div/section/div/div/div[2]/div[2]/div/div/div/div[2]/div”,
“xpath=//div[2]/div[2]/div/div/div/div[2]/div”,
“css=#content-editor > div > section > div > div > div.redux-infinite-scroll.o_EditorGrid_EditorGrid_editorGrid > div:nth-child(2) > div > div > div > div.o_card_theme_cardMedia.o_Card_Card_cardMedia.o_card_theme_wide.o_EditorCard_EditorCard_editorCardMedia.o_EditorCard_EditorCard_smallerMediaHolder > div”
],
“Description”: “”
},
{
“Command”: “storeText”,
“Target”: “xpath=//[@id="content-editor"]/div/aside/div/div/div/div/div/ul/span/li/span/span[2]/span/div",
“Value”: “!CsvLine”,
“Description”: “”
},
{
“Command”: “storeText”,
“Target”: "xpath=//
[@id="content-editor"]/div/aside/div/div/div[2]/div/div/div[2]/div/div/div”,
“Value”: “!CsvLine”,
“Description”: “”
},
{
“Command”: “csvSave”,
“Target”: “data.csv”,
“Value”: “”,
“Description”: “”
}
]
}


**

Other question please

**

How to paste clipord to the csv line ?

You mean as workaround? You can do

store | ${!clipboard} | !csvline