Hello evryone!!
i have this code
{
“Name”: “Test”,
“CreationDate”: “2024-11-19”,
“Commands”: [
{
“Command”: “open”,
“Target”: “NFL Team Needs: Prioritizing Every Roster's Biggest Weaknesses Before Week 12 | News, Scores, Highlights, Stats, and Rumors | Bleacher Report”,
“Value”: “”,
“Description”: “Open the target website”
},
{
“Command”: “storeText”,
“Target”: “//*[@id=‘slide0’]//p[contains(text(), ‘Every week of the season’)]”,
“Value”: “extractedText”,
“Description”: “Extract the specific text and store it in a variable”
},
{
“Command”: “store”,
“Target”: “${extractedText}”,
“Value”: “!csvLine”,
“Description”: “”
},
{
“Command”: “csvSave”,
“Target”: “CurrencyConverterData”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “localStorageExport”,
“Target”: “currencyconverterdata.csv”,
“Value”: “”,
“Description”: “”
}
]
}
this code the rule it’s does are extract text from website and save it at file .csv
i need to save that text as file .txt like save it at file calledoutput.txt
i have tried every command that exist but nothing work