For the love of god fix the CSV read bug

Here is what I found:

All of which contain a request to share the code and no reply given.

So, @Bruce_Whitehill people are will to help but you have to share the snippet of code.

As a pre-emptive guess for a solution - you can always set the set a gotoIf to skip to the end of the loop if the !csvReadLineNumber = 1

{
  "Command": "store",
  "Target": "!csvReadLineNumber",
  "Value": "current_row",
  "Description": ""
},
{
  "Command": "gotoIf_v2",
  "Target": "${current_row} == 1",
  "Value": "skip_row",
  "Description": ""
},