Skip a row on csv if not found

Hi Everyone,
Any thing I can do to to skip a row on the csv if the target doesn’t come up with expected results?
{
“Command”: “executeScript”,
“Target”: “return Number(1)”,
“Value”: “currentRow”
},
{
“Command”: “while_v2”,
“Target”: “{currentRow} <= {!CSVREADMAXROW}”,
“Value”: “currentRow”
},
{
“Command”: “store”,
“Target”: “${currentRow}”,
“Value”: “!CSVREADLINENUMBER”
},
{

Need a simple If_v2 with go to label search in the forum i already posted the macro code