How to read CSV loop/row in one command?

How to read CSV loop/row in one command?
Example:

{
“Name”: “Read row”,
“CreationDate”: “2023-10-5”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “example.csv”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “id=textbox”,
“Value”: “”,
“Targets”: [
“id=textbox”
],
“Description”: “”
},
{
“Command”: “editContent”,
“Target”: “id=textbox”,
“Value”: “${!COL1} read row 1 \n${!COL1} read row 2 \n${!COL1} read row 3 etc.”,
“Description”: “”
},
{
“Command”: “sendKeys”,
“Target”: “id=textbox”,
“Value”: “${!COL1} read row 1 \n${!COL1} read row 2 \n${!COL1} read row 3 etc.”,
“Description”: “”
}
]
}

If you want to read the complete CSV file at once use csvReadArray.