Skip to content

Do not check skip condition for each CSV line

What does this MR do and why?

Checking the first line skip condition for each line existing in CSV is not optimal. We can basically read the first line and ignore the data which moves the cursor to the next line and then keep processing each line.

Merge request reports