Hi, One easy way without involving tables is to split the file using copy activity. My source file has arnd 5600 rows. I used the below option in copy activity to split the files. In my case, two files got generated, one with 5k rows and the other with 600 rows.
Once the files are split, you may loop over them in parallel and then do the processing that you need. Please let us know for any question.