Reading csv start and end

how to readcsv start line 2 and end line 5? or start and end by prompt ??
thank before

{
“Command”: “store”,
“Target”: “2”,
“Value”: “Row”,
“Description”: “”
},
{
“Command”: “while_v2”,
“Target”: “${Row} <= 5”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “${Row}”,
“Value”: “!CSVREADLINENUMBER”,
“Description”: “”
},
{
“Command”: “csvRead”,
“Target”: “FILENAME”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “prompt”,
“Target”: “${!col1}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “executeScript_Sandbox”,
“Target”: “return Number(${Row}) + 1;”,
“Value”: “Row”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}