Want to extract the table in CSV format

Hi.
I am a new user of UI Vision.
I am using chrome browser and addon UI vision RPA 6.2.8. I am using in hard drive mode.
I want to save the table from https://www.nseindia.com/option-chain
But its not happening. Please any expert help me with the code.
Also want to save the table in CSV in C:\User\Downloads\

{
“Name”: “Macro_Installed_By_XModules_Installer”,
“CreationDate”: “2021-10-27”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://www.nseindia.com/option-chain”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “storeText”,
“Target”: “id=optionChainTable-indices”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “localStorageExport”,
“Target”: “C:\User\Downloads\nse.csv”,
“Value”: “”,
“Description”: “”
}
]
}

You need to extract each field/row by itself. UI Vision can not download a table at once.

See: