Wanna skip some rows from csv files

we can read the csv into a datatable and then use take/skip on the resulting data rows

also we can use take/skip on the text lines when reading the csv text file as text by

Assign Activity
arrLines | DataType: String Array =
File.ReadAllLines(“YourFullPathToCSVFile”)