Skip header line in CSV input (v 1.5.0)

Thanks, I got it working by looking at a sample from within the link that you posted.. I had to had to wrap the column and string within parentheses.

if ([col1] == "headername") {
    drop { }
  } 

Not sure why most of the samples on the net show it without.

Thanks again

2 Likes