public skip(count as Int) as Void:
Skips the next parsed rows.
This mutates the reader cursor by removing the first count rows from the iterable view. Passing 0 or a negative value leaves the reader unchanged.
count
0